diff --git a/.vimrc b/.vimrc index 6068999..3a74a79 100644 --- a/.vimrc +++ b/.vimrc @@ -414,3 +414,6 @@ function! SetupPython() setlocal expandtab! endfunction command! -bar SetupPython call SetupPython() + +" Vim-GitGutter +set updatetime=100