pending.nvim/lua
Barrett Ruth 9ea049b6a0 fix(buffer): use default_category config for empty placeholder
Problem: The empty-buffer fallback hardcoded the category name `TODO`,
ignoring the user's `default_category` config value (default: `Todo`).

Solution: Read `config.get().default_category` at render time and use
that value for both the header line and `LineMeta` category field.
2026-03-06 11:24:02 -05:00
..
pending fix(buffer): use default_category config for empty placeholder 2026-03-06 11:24:02 -05:00