From 2a0bfc970ad9b2ef26825552c4e1ac2f79df8369 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 22 Jan 2018 13:29:53 +0100 Subject: Add vim-gitgutter --- vim/.vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vim/.vimrc b/vim/.vimrc index d660da5..539d6e4 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -31,6 +31,7 @@ Plugin 'terryma/vim-multiple-cursors' " Multiple cursors Plugin 'scrooloose/syntastic' " Syntastic Plugin 'tpope/vim-surround' " cs)] to replace parenthesis pairs, e.g. Plugin 'rickhowe/diffchar.vim' " diffing on character level +Plugin 'airblade/vim-gitgutter' " git diff in gutter call vundle#end() " End Vundle @@ -108,6 +109,9 @@ let g:syntastic_mode_map = { \ "mode": "passive", \ "passive_filetpyes": [] } +" Git gutter +set updatetime=300 + " VimTeX let g:vimtex_compiler_latexmk = { \ 'callback': 0, -- cgit v1.2.3