add: gitgutter vim plugin
This commit is contained in:
parent
7c5ca2f71e
commit
3afab71b89
1 changed files with 2 additions and 1 deletions
|
@ -25,5 +25,6 @@ if has("autocmd")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
call plug#begin('~/.config/vim/plugged')
|
call plug#begin('~/.config/vim/plugged')
|
||||||
Plug 'https://github.com/editorconfig/editorconfig-vim.git'
|
Plug 'editorconfig/editorconfig-vim'
|
||||||
|
Plug 'airblade/vim-gitgutter'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
Loading…
Reference in a new issue