home: vim: fix '+'/'-' highlighting in diffs
Some checks failed
ci/woodpecker/push/check Pipeline failed
Some checks failed
ci/woodpecker/push/check Pipeline failed
I'm not a big fan of the new highlighting [1]. [1]: https://github.com/nvim-treesitter/nvim-treesitter/pull/6619
This commit is contained in:
parent
9ed2dcefde
commit
1e2872c5c7
5
modules/home/vim/after/queries/diff/highlights.scm
Normal file
5
modules/home/vim/after/queries/diff/highlights.scm
Normal file
|
@ -0,0 +1,5 @@
|
|||
; extends
|
||||
|
||||
; I want to the line added/removed markers to be the correct color
|
||||
"+" @diff.plus
|
||||
"-" @diff.minus
|
Loading…
Reference in a new issue