diff options
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, | 
