pending.nvim/doc
Barrett Ruth 740849588e refactor(config): nest view settings under view key
Problem: View-related config fields (`default_view`, `eol_format`,
`category_order`, `folding`) are scattered as top-level siblings
alongside unrelated fields like `data_path` and `date_syntax`.

Solution: Group them under a `view` table with per-view sub-tables:
`view.default`, `view.eol_format`, `view.category.order`,
`view.category.folding`, and `view.queue` (empty, ready for #100).
Update all call sites, tests, and vimdoc.
2026-03-08 19:10:01 -04:00
..
pending.txt refactor(config): nest view settings under view key 2026-03-08 19:10:01 -04:00