diffs.nvim/lua
Barrett Ruth c361c4f8c4
fix(init): remove NeogitDiffContextHighlight override workaround
Problem: diffs.nvim blanked `NeogitDiffContextHighlight` globally on
attach to work around Neogit's ViewContext decoration provider
overriding `DiffsAdd`/`DiffsDelete` line backgrounds.

Solution: remove the workaround now that NeogitOrg/neogit#1907 has
merged upstream. Neogit now checks `neogit_disable_hunk_highlight`
inside ViewContext's per-line loop, so the global override is no
longer needed.
2026-03-05 09:07:15 -05:00
..
diffs fix(init): remove NeogitDiffContextHighlight override workaround 2026-03-05 09:07:15 -05:00