chore(vimrc): add vim-gitgutter plugin
This commit is contained in:
parent
39e7e00406
commit
0f1cfa623c
@ -30,6 +30,7 @@ Plug 'ctrlpvim/ctrlp.vim', { 'on': [] }
|
|||||||
" 🌷 Distraction-free writing in Vim
|
" 🌷 Distraction-free writing in Vim
|
||||||
Plug 'junegunn/goyo.vim', { 'for': 'markdown' }
|
Plug 'junegunn/goyo.vim', { 'for': 'markdown' }
|
||||||
Plug 'preservim/nerdcommenter', { 'on': [] }
|
Plug 'preservim/nerdcommenter', { 'on': [] }
|
||||||
|
Plug 'airblade/vim-gitgutter'
|
||||||
|
|
||||||
Plug 'tpope/vim-surround'
|
Plug 'tpope/vim-surround'
|
||||||
" fugitive.vim: A Git wrapper so awesome, it should be illegal
|
" fugitive.vim: A Git wrapper so awesome, it should be illegal
|
||||||
|
Loading…
Reference in New Issue
Block a user