Skip to content

Commit

Permalink
Remove gitgutter workaround
Browse files Browse the repository at this point in the history
No longer needed after
airblade/vim-gitgutter@1c53af9
  • Loading branch information
thisisrandy committed Dec 3, 2019
1 parent 0f5e45c commit e95d708
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions init.vim
Expand Up @@ -685,7 +685,3 @@ let g:NERDTreeIndicatorMapCustom = {
let g:outdated_plugins_silent_mode = 1
let g:outdated_plugins_trigger_mode = 1

""" vim-gitgutter
" work-around to make gitgutter play more nicely with fugitive
autocmd BufLeave */.git/index call gitgutter#all(1)

0 comments on commit e95d708

Please sign in to comment.