pending.nvim/plugin
Barrett Ruth 077e4121b4
feat(complete): add metadata completion for :Pending add (#144)
Problem: `:Pending add` had no tab completion for inline metadata
tokens, unlike `:Pending edit` which already completed `due:`, `rec:`,
and `cat:` values.

Solution: Add `complete_add()` that handles `due:`, `rec:`, and `cat:`
prefix matching with the same value sources used by `complete_edit()`,
and wire it into the command completion dispatcher.
2026-03-11 13:08:29 -04:00
..
pending.lua feat(complete): add metadata completion for :Pending add (#144) 2026-03-11 13:08:29 -04:00