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. |
||
|---|---|---|
| .. | ||
| commands.lua | ||
| conflict.lua | ||
| debug.lua | ||
| diff.lua | ||
| fugitive.lua | ||
| git.lua | ||
| health.lua | ||
| highlight.lua | ||
| init.lua | ||
| lib.lua | ||
| log.lua | ||
| merge.lua | ||
| parser.lua | ||