pending.nvim/lua/pending
Barrett Ruth e867078cbd 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.
2026-02-26 19:14:40 -05:00
..
sync feat(sync): backend interface + CLI refactor (#42) 2026-02-26 17:59:04 -05:00
buffer.lua feat(buffer): render icon overlays from config.icons 2026-02-26 19:14:40 -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(config): add icons table with unicode defaults 2026-02-26 19:14:02 -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