pending.nvim/lua
Barrett Ruth 1266eaedd8
fix(buffer): reveal concealed text on cursor line in insert mode (#166)
Problem: `concealcursor` was set to `'nic'`, keeping forge tokens and
task IDs concealed even in insert mode. This makes editing lines with
`gh:user/repo#42` or full URLs difficult since the raw text is hidden.

Solution: Change `concealcursor` from `'nic'` to `'nc'` so the cursor
line reveals concealed text when entering insert mode.
2026-03-15 13:14:45 -04:00
..
pending fix(buffer): reveal concealed text on cursor line in insert mode (#166) 2026-03-15 13:14:45 -04:00