zivyangll / git-blame.vim

See Git Blame information in the status bar for the currently selected line.
MIT License
162 stars 18 forks source link

automatic git blame after line change #20

Closed Salomanuel closed 4 years ago

Salomanuel commented 5 years ago

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 5 years ago

Something like :autocmd CursorMoved * :call gitblame#echo() ?

wotzhs commented 4 years ago

this is probably too late, I also stumbled upon this question, i think CursorHold is a better option compared to CursorMoved

Edo78 commented 4 years ago

The right answer is never too late

ebiscaia commented 2 years ago

Hi guys,

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

Cheers