Clean up vim plugins
This commit is contained in:
6
vim/after/plugin/gitgutter.vim
Normal file
6
vim/after/plugin/gitgutter.vim
Normal file
@@ -0,0 +1,6 @@
|
||||
if !exists(':GitGutter')
|
||||
finish
|
||||
endif
|
||||
|
||||
" Disable realtime updates.
|
||||
autocmd! gitgutter CursorHold,CursorHoldI
|
||||
Reference in New Issue
Block a user