nvim: add git-gutter plugin
This commit is contained in:
parent
4c99ee4f02
commit
b571c69dc3
@ -102,6 +102,12 @@ Plug 'axieax/urlview.nvim'
|
|||||||
|
|
||||||
Plug 'ledger/vim-ledger'
|
Plug 'ledger/vim-ledger'
|
||||||
|
|
||||||
|
" adds git diffs to the gutter (side bar thing)
|
||||||
|
Plug 'airblade/vim-gitgutter'
|
||||||
|
highlight GitGutterAdd ctermfg=green
|
||||||
|
highlight GitGutterChange ctermfg=yellow
|
||||||
|
highlight GitGutterDelete ctermfg=red
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
if $SYSTEM_PROFILE == "DEFAULT"
|
if $SYSTEM_PROFILE == "DEFAULT"
|
||||||
|
Loading…
Reference in New Issue
Block a user