blame.nvim icon indicating copy to clipboard operation
blame.nvim copied to clipboard

Neovim fugitive style git blame plugin

Results 16 blame.nvim issues
Sort by recently updated
recently updated
newest added

Hi :) The rewrite is looking really good. I recently tried it out, and I saw a minor bug with the info popup when pressing `i` inside the the blame...

Now it may throw an error when the original file window has been closed: `blame.nvim/lua/blame/views/window_view.lua:309: Invalid window id`

I'm using WezTerm with `rebecca` color scheme, if I don't have `set termguicolors` in my `init.vim` all the commits and commits' dates are white. Is there anyway to support the...

hello. Blame is hardly visible in case some lsp error is displayed on the same string.

Yea just a nice to have, instead of toggling the thing on and off everytime, when we switch buffers.

When using an ssh tunnel with `nvim scp://user@host:/`, for some reason blame doesn't see that it is inside a git repository. Same goes for usage of `sshfs`. I tried to...