Closed vitormil closed 4 years ago
It will make the plugin more flexible allowing users to show/hide anytime.
I added to my init.vim:
init.vim
" blamer let g:blamer_enabled = 1 autocmd InsertEnter * :BlamerHide autocmd InsertLeave * :BlamerShow
It will make the plugin more flexible allowing users to show/hide anytime.
I added to my
init.vim
: