Configure gitgutter colors
This commit is contained in:
parent
243f61abac
commit
c14113deed
1 changed files with 5 additions and 0 deletions
5
after/plugin/gitgutter.vim
Normal file
5
after/plugin/gitgutter.vim
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
hi link GitGutterAddLineNr DiffAdd
|
||||||
|
hi link GitGutterChangeLineNr DiffChange
|
||||||
|
hi link GitGutterDeleteLineNr DiffDelete
|
||||||
|
hi link GitGutterChangeDeleteLineNr GitGutterChangeLine
|
||||||
|
GitGutterLineNrHighlightsEnable
|
Loading…
Add table
Add a link
Reference in a new issue