pending.nvim/lua
Barrett Ruth 03d3ac5851 feat(buffer): add configurable category-level folds
Problem: category folds were hardcoded with no config option, no custom
foldtext, and no vimdoc coverage.

Solution: add `folding` config field (boolean or table with `foldtext`
format string). Default foldtext is `%c (%n tasks)` with automatic
singular/plural. Gate all fold logic on the config so `folding = false`
disables folds entirely. Document the new option in vimdoc.
2026-03-06 20:04:22 -05:00
..
pending feat(buffer): add configurable category-level folds 2026-03-06 20:04:22 -05:00