zivyangll/git-blame.vim

automatic git blame after line change

Closed this issue · 4 comments

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() ?

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

Hi guys,

Is it possible to add this to the main page and how could I toggle on/off?

Cheers