pending.nvim/lua/todo
Barrett Ruth 5284ef6047 feat: add commands, mappings, and plugin entry point
Problem: need user-facing :Todo command, buffer-local keymaps,
Plug mappings, completion toggle, help float, archive, and
syntax highlighting.

Solution: add init.lua with command dispatcher, toggle complete/
priority, date prompt, archive purge, and help float. Add
plugin/todo.lua entry point with :Todo command and Plug mappings.
Add syntax/todo.vim for conceal and priority highlighting.
2026-02-24 15:09:43 -05:00
..
buffer.lua feat(buffer): add scratch buffer with concealment and extmarks 2026-02-24 15:09:29 -05:00
config.lua feat(config): add configuration module 2026-02-24 15:08:59 -05:00
diff.lua feat(diff): add buffer-to-store diff algorithm 2026-02-24 15:09:36 -05:00
init.lua feat: add commands, mappings, and plugin entry point 2026-02-24 15:09:43 -05:00
parse.lua feat(parse): add inline metadata parser 2026-02-24 15:09:15 -05:00
store.lua feat(store): add JSON data store with CRUD operations 2026-02-24 15:09:07 -05:00
views.lua feat(views): add category and priority view renderers 2026-02-24 15:09:22 -05:00