automatic git blame after line change
Closed this issue · 4 comments
Salomanuel commented
it would be awesome if the git blame
output would be automatically displayed every time the line changes, maybe with some delay to not decrease performance
in a similar way VisualStudioCode does or even other plugins for neoVim (https://github.com/APZelos/blamer.nvim)
Edo78 commented
Something like :autocmd CursorMoved * :call gitblame#echo()
?
wotzhs commented
this is probably too late, I also stumbled upon this question, i think CursorHold
is a better option compared to CursorMoved
Edo78 commented
The right answer is never too late
ebiscaia commented
Hi guys,
Is it possible to add this to the main page and how could I toggle on/off?
Cheers