pending.nvim/doc
Barrett Ruth 36898898a7 refactor(forge): remove %l eol specifier, add auto_close config, fix icons
Problem: `%l` was dead code after inline overlays replaced EOL
rendering. Auto-close was always on with no opt-out. Forge icon
defaults were empty strings.

Solution: remove `%l` from the eol format parser and renderer. Add
`forge.auto_close` (default `false`) to gate state-pull. Set nerd
font icons: `` (GitHub), `` (GitLab), `` (Codeberg). Keep
conceal active in insert mode via `concealcursor = 'nic'`.
2026-03-10 19:54:42 -04:00
..
pending.txt refactor(forge): remove %l eol specifier, add auto_close config, fix icons 2026-03-10 19:54:42 -04:00