pending.nvim/spec
Barrett Ruth 153f614990 feat(complete): add omnifunc for cat:, due:, and rec: tokens
Problem: the pending buffer has no completion source, requiring
users to type metadata tokens from memory.

Solution: add complete.lua with an omnifunc that completes cat:
tokens from existing categories, due: tokens from the named date
vocabulary, and rec: tokens from recurrence shorthands.
2026-02-25 13:04:37 -05:00
..
archive_spec.lua test: add missing coverage (#19) 2026-02-24 22:33:13 -05:00
complete_spec.lua feat(complete): add omnifunc for cat:, due:, and rec: tokens 2026-02-25 13:04:37 -05:00
diff_spec.lua feat(diff): propagate recurrence through buffer reconciliation 2026-02-25 13:03:58 -05:00
helpers.lua test: add store, parse, and diff specs 2026-02-24 15:10:09 -05:00
parse_spec.lua feat(parse): expand date vocabulary with named dates 2026-02-25 13:03:06 -05:00
recur_spec.lua feat(recur): add recurrence parsing and next-date computation 2026-02-25 13:03:19 -05:00
store_spec.lua feat(store): add recur and recur_mode task fields 2026-02-25 13:03:40 -05:00
views_spec.lua feat(views): add recurrence to LineMeta 2026-02-25 13:04:17 -05:00