APZelos / blamer.nvim

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

Blamer is covered by indentlines #38

Closed WhyNotHugo closed 3 years ago

WhyNotHugo commented 3 years ago

I use https://github.com/lukas-reineke/indent-blankline.nvim

It draws indentation lines and does this by drawing virtual text in empty lines.

Blamer positions itself on the left, so is expects to use the same position as the other plug-in. They overlap and the other win gets rendered.

Is there any way I can make blamer draw aligned with respect to existing virtual text?

Or should indentlines be doing something different?

APZelos commented 3 years ago

Hello, could you provide a screenshot to display exactly what's going on?

WhyNotHugo commented 3 years ago

Sorry, debugging this further it turns out the issue was elsewhere -- blamer was actually not rendering and the blame lines were rendered by something else, which was buggy.

Sorry for the noise :sweat_smile: