nix-config/modules/home/vim/after/queries/diff/highlights.scm
Bruno BELANYI 1e2872c5c7
Some checks failed
ci/woodpecker/push/check Pipeline failed
home: vim: fix '+'/'-' highlighting in diffs
I'm not a big fan of the new highlighting [1].

[1]: https://github.com/nvim-treesitter/nvim-treesitter/pull/6619
2024-07-27 15:09:52 +01:00

6 lines
109 B
Scheme

; extends
; I want to the line added/removed markers to be the correct color
"+" @diff.plus
"-" @diff.minus