pending.nvim/lua
Barrett Ruth 5a4cc7f8a1 feat(buffer): persist fold state across sessions
Problem: folded category headers are lost when Neovim exits because
`_fold_state` only lives in memory. Users must re-fold categories
every session.

Solution: store folded category names in the JSON data file as a
top-level `folded_categories` field. On first render, `restore_folds`
seeds from the store instead of the empty in-memory state. Folds are
persisted on `M.close()` and `VimLeavePre`.
2026-03-07 20:17:10 -05:00
..
pending feat(buffer): persist fold state across sessions 2026-03-07 20:17:10 -05:00