APZelos / blamer.nvim

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

Whitelist buffers #19

Closed danielo515 closed 4 years ago

danielo515 commented 4 years ago

Hello. Thanks for this extension, it brings neovim a step closer to modern editors. There is a couple of problems however:

  1. When you add new lines to a file, before saving the file the extension errors out because the new lines not yet exist on the file. It would be nice if the error happens silently instead of appearing on the bottom of the window
  2. The extension tries to blame on buffers that do not correspond to files, like quickfix, diagnostics and some other special buffers, triggering some weird errors inside what are usually tinny buffers.

keep up the good work!