From 9fe7daf251e6b6499b2fa4cd097149fdf5b70f11 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Sat, 13 Jun 2020 22:04:19 +0200 Subject: [PATCH] [VIM] Add GitGutter config --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) 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