dotfiles/vim/after/plugin/gitgutter.vim

7 lines
113 B
VimL

if !exists(':GitGutter')
finish
endif
" Disable realtime updates.
autocmd! gitgutter CursorHold,CursorHoldI