Add vim-gitgutter plugin

This commit is contained in:
Kenneth Benzie 2016-11-10 11:04:56 +00:00
parent 2c0d66ffe1
commit 93c8302e99

4
vimrc
View File

@ -44,6 +44,10 @@ let g:syntastic_check_on_open = 1
let g:syntastic_check_on_wq = 0
let g:syntastic_python_checkers = ['pylint']
" git diff in the sign column
Plug 'airblade/vim-gitgutter'
let g:gitgutter_sign_column_always = 1
if has('python')
" format.vim - format with text objects
if isdirectory(expand('~/Sandbox/format'))