pending.nvim/doc
Barrett Ruth 9830ab84a1 fix(buffer): keep conceal active in all modes and add %l EOL forge labels
Problem: `concealcursor` was missing `i` and `v`, so concealed text
(task IDs, forge tokens) leaked in insert and visual modes. Forge
labels only rendered for the first span when multiple refs existed.

Solution: set `concealcursor = 'nicv'` to keep conceal in all modes.
Add `%l` EOL format specifier that renders all forge spans with
independent highlights. Update default `eol_format` to include `%l`.
2026-03-15 13:20:55 -04:00
..
pending.txt fix(buffer): keep conceal active in all modes and add %l EOL forge labels 2026-03-15 13:20:55 -04:00