pending.nvim/lua/pending
Barrett Ruth 7ebfcc63c3 docs: document recurrence, expanded dates, omnifunc, new config
Problem: the vimdoc does not cover recurrence, expanded date syntax,
omnifunc completion, or the new config fields.

Solution: add DATE INPUT and RECURRENCE sections, update INLINE
METADATA, COMMANDS, CONFIGURATION, HIGHLIGHT GROUPS, HEALTH CHECK,
and DATA FORMAT. Expand the help popup with recurrence patterns and
new date tokens. Add recurrence validation to healthcheck.
2026-02-25 13:04:46 -05:00
..
sync fix: resolve remaining LuaLS type errors 2026-02-24 18:50:28 -05:00
buffer.lua feat(buffer): add PendingRecur highlight and recurrence virtual text 2026-02-25 13:04:29 -05:00
complete.lua feat(complete): add omnifunc for cat:, due:, and rec: tokens 2026-02-25 13:04:37 -05:00
config.lua feat(config): add recur_syntax and someday_date fields 2026-02-25 13:01:29 -05:00
diff.lua feat(diff): propagate recurrence through buffer reconciliation 2026-02-25 13:03:58 -05:00
health.lua docs: document recurrence, expanded dates, omnifunc, new config 2026-02-25 13:04:46 -05:00
init.lua feat(init): spawn next task on recurring task completion 2026-02-25 13:04:10 -05:00
parse.lua feat(parse): add rec: inline token parsing 2026-02-25 13:03:49 -05:00
recur.lua feat(recur): add recurrence parsing and next-date computation 2026-02-25 13:03:19 -05:00
store.lua feat(store): add recur and recur_mode task fields 2026-02-25 13:03:40 -05:00
views.lua feat(views): add recurrence to LineMeta 2026-02-25 13:04:17 -05:00