pending.nvim/lua/pending
Barrett Ruth 530009d830 refactor(icons): unify category/header icon and use checkbox overlays
Problem: `header` and `category` were separate icons for the same
concept. The icon overlay replaced `[ ]` with a bare character,
hiding the markdown checkbox syntax. Header format `## ` produced
a double-space with single-char icons.

Solution: merge `header` into `category` (one icon for both header
lines and EOL labels). Overlay renders `[icon]` preserving bracket
syntax. Change header line format from `## ` to `# ` so the
2-char overlay (`# `) maps cleanly.
2026-03-04 18:42:26 -05:00
..
sync refactor(config): remove legacy gcal top-level config key (#51) 2026-02-26 22:53:51 -05:00
buffer.lua refactor(icons): unify category/header icon and use checkbox overlays 2026-03-04 18:42:26 -05:00
complete.lua refactor: remove file token feature (#50) 2026-02-26 22:41:38 -05:00
config.lua refactor(icons): unify category/header icon and use checkbox overlays 2026-03-04 18:42:26 -05:00
diff.lua refactor(icons): unify category/header icon and use checkbox overlays 2026-03-04 18:42:26 -05:00
health.lua refactor: organize tests and dry (#49) 2026-02-26 20:03:42 -05:00
init.lua feat(filter): wire F key and <Plug>(pending-filter) mapping (#53) 2026-02-26 23:25:39 -05:00
parse.lua refactor: remove file token feature (#50) 2026-02-26 22:41:38 -05:00
recur.lua feat: time-aware due dates, persistent undo, @return audit (#33) 2026-02-25 20:37:50 -05:00
store.lua refactor: organize tests and dry (#49) 2026-02-26 20:03:42 -05:00
textobj.lua feat: text objects and motions for the pending buffer (#39) 2026-02-26 16:28:58 -05:00
views.lua refactor(icons): unify category/header icon and use checkbox overlays 2026-03-04 18:42:26 -05:00