Browse Source

Update settings for new vim-gitgutter

New vim-gitgutter enables eager mode by default and follows Vim's
`updatetime` for purposes of timing.
Alois Mahdal 5 years ago
parent
commit
9addb4058b
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      dotfiles/vim/vimrc

+ 0
- 1
dotfiles/vim/vimrc View File

@@ -31,7 +31,6 @@ let g:gitgutter_sign_modified = '❱'
31 31
 let g:gitgutter_sign_removed = '❌'
32 32
 let g:gitgutter_sign_removed_first_line = '^'
33 33
 let g:gitgutter_sign_modified_removed = '❰'
34
-let g:gitgutter_eager = 1
35 34
 
36 35
 let g:airline_theme = 'zenburn'
37 36