pending.nvim/lua/pending
Barrett Ruth 11df8407a1 feat(config): add keymaps table for buffer-local bindings
Problem: Users had no way to customize or disable buffer-local key
bindings in the pending buffer.

Solution: Add a pending.Keymaps class and keymaps field to
pending.Config with defaults for all eight buffer actions. Setting any
key to false disables that binding.
2026-02-25 13:24:09 -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 ci: fix 2026-02-25 13:06:20 -05:00
config.lua feat(config): add keymaps table for buffer-local bindings 2026-02-25 13:24:09 -05:00
diff.lua feat(diff): propagate recurrence through buffer reconciliation 2026-02-25 13:03:58 -05:00
health.lua ci: fix 2026-02-25 13:06:20 -05:00
init.lua refactor(init): remove help popup, use config-driven keymaps 2026-02-25 13:24:03 -05:00
parse.lua ci: fix 2026-02-25 13:06:20 -05:00
recur.lua fix(recur): resolve LuaLS type errors 2026-02-25 13:23:55 -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