pending.nvim/lua
Barrett Ruth e71d6cdff6 feat(buffer): re-apply inline extmarks after edits
Problem: inline extmarks (checkbox overlays, strikethrough, header
highlights) were cleared during edits and only restored on `:w`,
leaving the buffer visually bare while editing.

Solution: extract `apply_inline_row()` from `apply_extmarks()` and
call it via `reapply_dirty_inline()` on `InsertLeave` and normal-mode
`TextChanged`. Insert-mode `TextChangedI` still only clears inline
marks on dirty rows to avoid overlay flicker while typing.
2026-03-08 14:12:03 -04:00
..
pending feat(buffer): re-apply inline extmarks after edits 2026-03-08 14:12:03 -04:00