pending.nvim/lua
Barrett Ruth b6c28eb7b3 feat(buffer): add configurable eol_format for EOL virtual text
Problem: EOL virtual text order (category → recurrence → due) and the
double-space separator are hardcoded in `apply_extmarks()`. Users cannot
reorder, omit, or restyle metadata fields.

Solution: Add `eol_format` config field (default `'%c  %r  %d'`) with
`%c`, `%r`, `%d` specifiers. `parse_eol_format()` tokenizes the format
string; `build_eol_virt()` resolves specifiers against `LineMeta` and
collapses literals around absent fields.
2026-03-08 14:25:22 -04:00
..
pending feat(buffer): add configurable eol_format for EOL virtual text 2026-03-08 14:25:22 -04:00