Closed g0rdonL closed 4 years ago
I put let g:blamer_enabled = 1 in my init.vim and the it doesn't show until I call :BlamerShow.
let g:blamer_enabled = 1
init.vim
:BlamerShow
The only setting addition to this is let g:blamer_delay = 250.
let g:blamer_delay = 250
Using nvim v0.4.4 and Plug
It works now no idea why
I put
let g:blamer_enabled = 1
in myinit.vim
and the it doesn't show until I call:BlamerShow
.The only setting addition to this is
let g:blamer_delay = 250
.Using nvim v0.4.4 and Plug