pending.nvim/lua/pending
Barrett Ruth 64b19360b1
feat(customization): icons config, PendingTab, and demo infrastructure (#46)
* feat(config): add icons table with unicode defaults

* feat(buffer): render icon overlays from config.icons

Problem: status characters ([ ], [x], [!]) and metadata prefixes are
hardcoded literals with no user customization.

Solution: read config.icons in apply_extmarks and apply overlay
extmarks for checkboxes/headers, replace hardcoded recur ↺ with
icons.recur, and prefix due/category virt_text with configurable
icon characters.

* feat(plugin): add PendingTab command and <Plug>(pending-tab)

* docs: add icons config, PendingTab recipes, and demo infrastructure

Problem: icon customization and auto-start workflow are undocumented;
no demo asset exists for the README.

Solution: document pending.Icons in vimdoc with nerd font and ASCII
recipes, add PendingTab to commands and mappings, add open-on-startup
recipe, add demo-init.lua and demo.tape for VHS screenshot generation,
add assets/ directory, add README icons section and demo placeholder.

* ci: format
2026-02-26 19:20:29 -05:00
..
sync feat(sync): backend interface + CLI refactor (#42) 2026-02-26 17:59:04 -05:00
buffer.lua feat(customization): icons config, PendingTab, and demo infrastructure (#46) 2026-02-26 19:20:29 -05:00
complete.lua feat(file-token): file: inline metadata token with gf navigation (#45) 2026-02-26 19:12:48 -05:00
config.lua feat(customization): icons config, PendingTab, and demo infrastructure (#46) 2026-02-26 19:20:29 -05:00
diff.lua feat(file-token): file: inline metadata token with gf navigation (#45) 2026-02-26 19:12:48 -05:00
health.lua feat(sync): backend interface + CLI refactor (#42) 2026-02-26 17:59:04 -05:00
init.lua feat(file-token): file: inline metadata token with gf navigation (#45) 2026-02-26 19:12:48 -05:00
parse.lua feat(file-token): file: inline metadata token with gf navigation (#45) 2026-02-26 19:12:48 -05:00
recur.lua feat: time-aware due dates, persistent undo, @return audit (#33) 2026-02-25 20:37:50 -05:00
store.lua feat: :Pending edit command for CLI metadata editing (#41) 2026-02-26 16:34:07 -05:00
textobj.lua feat: text objects and motions for the pending buffer (#39) 2026-02-26 16:28:58 -05:00
views.lua feat(file-token): file: inline metadata token with gf navigation (#45) 2026-02-26 19:12:48 -05:00