pending.nvim/lua/pending
Barrett Ruth c2310f2659 feat(recur): add recurrence parsing and next-date computation
Problem: the plugin has no concept of recurring tasks, which is
needed for habits and repeating deadlines.

Solution: add recur.lua with parse(), validate(), next_due(),
to_rrule(), and shorthand_list(). Supports named shorthands (daily,
weekdays, weekly, etc.), interval notation (Nd, Nw, Nm, Ny), raw
RRULE passthrough, and ! prefix for completion-based mode. Includes
day-clamping for month/year advancement.
2026-02-25 13:03:19 -05:00
..
sync fix: resolve remaining LuaLS type errors 2026-02-24 18:50:28 -05:00
buffer.lua feat(buffer): open as bottom-drawer split like fugitive (#23) 2026-02-25 09:34:17 -05:00
config.lua feat(config): add recur_syntax and someday_date fields 2026-02-25 13:01:29 -05:00
diff.lua refactor: adopt markdown-style checkbox buffer format (#20) 2026-02-24 23:21:55 -05:00
health.lua fix(health): remove superfluous config info lines 2026-02-24 18:56:12 -05:00
init.lua feat(buffer): open as bottom-drawer split like fugitive (#23) 2026-02-25 09:34:17 -05:00
parse.lua feat(parse): expand date vocabulary with named dates 2026-02-25 13:03:06 -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 snapshot() and atomic json write 2026-02-24 18:44:13 -05:00
views.lua refactor: adopt markdown-style checkbox buffer format (#20) 2026-02-24 23:21:55 -05:00