diff options
author | Camil Staps | 2018-01-22 13:29:53 +0100 |
---|---|---|
committer | Camil Staps | 2018-01-22 13:29:53 +0100 |
commit | 2a0bfc970ad9b2ef26825552c4e1ac2f79df8369 (patch) | |
tree | 22bb57b218793bfb25c1fd6fb4224d3f67986a67 /vim | |
parent | vim nrformats (diff) |
Add vim-gitgutter
Diffstat (limited to 'vim')
-rw-r--r-- | vim/.vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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, |