Skip to content

Commit

Permalink
VimGutter: Trade accuracy for speed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Clark committed Nov 20, 2013
1 parent c1719f6 commit 051374d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vimrc
Expand Up @@ -151,3 +151,7 @@ imap <leader>r <esc>:w<cr>:VimuxRunLastCommand<cr>
" Allow saving of files as sudo when I forgot to start vim using sudo.
cmap w!! w !sudo tee > /dev/null %
" VimGutter -- trade accuracy for speed
let g:gitgutter_realtime = 0
let g:gitgutter_eager = 0

0 comments on commit 051374d

Please sign in to comment.