pending.nvim/lua/pending
Barrett Ruth ce00f28c96 refactor(init): replace multi-level priority with binary toggle
Problem: <C-a>/<C-x> overrode Vim's native number increment and the
visual g<C-a>/g<C-x> variants added complexity for marginal value.
toggle_complete() left the cursor on the wrong line after re-render.

Solution: remove change_priority/change_priority_visual; add
toggle_priority() (0<->1) mapped to '!', with cursor-follow after
render matching the pattern already used in priority toggle. Add
cursor-follow to toggle_complete() for the same reason. Update plugin
plugs (priority-up/down -> priority) and add 'due'/'undo' to the
:Pending completion list. Update help text accordingly.
2026-02-24 23:15:02 -05:00
..
sync fix: resolve remaining LuaLS type errors 2026-02-24 18:50:28 -05:00
buffer.lua refactor(buffer): update syntax, extmarks, and render for checkbox format 2026-02-24 23:14:53 -05:00
config.lua refactor(config): change default category from Inbox to Todo 2026-02-24 23:14:23 -05:00
diff.lua refactor(diff): parse and reconcile markdown checkbox format 2026-02-24 23:14:41 -05:00
health.lua fix(health): remove superfluous config info lines 2026-02-24 18:56:12 -05:00
init.lua refactor(init): replace multi-level priority with binary toggle 2026-02-24 23:15:02 -05:00
parse.lua fix: resolve remaining LuaLS type errors 2026-02-24 18:50:28 -05:00
store.lua feat(store): add snapshot() and atomic json write 2026-02-24 18:44:13 -05:00
views.lua refactor(views): adopt markdown checkbox line format 2026-02-24 23:14:32 -05:00