nvim: add git-gutter plugin

This commit is contained in:
dogeystamp 2023-07-05 20:18:32 -04:00
parent 4c99ee4f02
commit b571c69dc3
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -102,6 +102,12 @@ Plug 'axieax/urlview.nvim'
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()
if $SYSTEM_PROFILE == "DEFAULT"