APZelos / blamer.nvim

A git blame plugin for neovim inspired by VS Code's GitLens plugin
MIT License
733 stars 35 forks source link

[Feature request] Show only in active split #18

Closed CallumHoward closed 3 years ago

CallumHoward commented 4 years ago

It would be really nice to have an option to only show the git blame in the current active split. This is for the scenario when editing the same file in two seperate splits.

georgesofianosgr commented 3 years ago

This is partially fixed on the latest refactor which will be merged soon. When you leave a split the message is get hidden. Unfortunately I don't think is possible to hide the message for the same buffer in split in neovim because the virtual text is being set on the buffer itself. In vim 8.2 works as expected.

CallumHoward commented 3 years ago

Thanks for all your hard work, looking forward to that new release!