pending.nvim/lua
Barrett Ruth b9b12fd2a5 feat(views): add hide_done_categories config option (#153)
Problem: Categories where every task is done still render in the buffer,
cluttering the view when entire categories are finished.

Solution: Add `view.category.hide_done_categories` (boolean, default
false). When enabled, `category_view()` skips categories whose tasks are
all done/deleted, returns their IDs as `done_cat_hidden_ids`, and
`_on_write` merges those IDs into `hidden_ids` passed to `diff.apply()`
so hidden tasks are not mistakenly deleted on `:w`.
2026-03-13 20:49:33 -04:00
..
pending feat(views): add hide_done_categories config option (#153) 2026-03-13 20:49:33 -04:00