[VIM] Add GitGutter config
This commit is contained in:
parent
b5ad0489a4
commit
9fe7daf251
1 changed files with 3 additions and 0 deletions
3
.vimrc
3
.vimrc
|
@ -414,3 +414,6 @@ function! SetupPython()
|
||||||
setlocal expandtab!
|
setlocal expandtab!
|
||||||
endfunction
|
endfunction
|
||||||
command! -bar SetupPython call SetupPython()
|
command! -bar SetupPython call SetupPython()
|
||||||
|
|
||||||
|
" Vim-GitGutter
|
||||||
|
set updatetime=100
|
||||||
|
|
Loading…
Reference in a new issue