You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cheers for the great plugin, it offers all the options i'd expect from a Git blamer plugin and is a great replacement for gitsigns, as that plugin is not working as stable as i'd hoped for.
I do have a feature request, however i'm not sure how much work it entails. I'd prefer to see the blamer line show that the current line has been changed and therefore have blamer report Uncommited changes instead of the previous pre-change blame.
This behaviour does already work with blamer, however I have to save the buffer first before it triggers a blame line change, which i'm not always interested in doing as it could happen that I ditch my changes in a buffer alltogether by just closing it without saving it.
The text was updated successfully, but these errors were encountered:
Hello, and thank you for using blamer.nvim. We have discussed this feature many times with @georgesofianosgr in the past and that we would like to implement it. However, it will need some major refactoring of the codebase to achieve this result, which is why we haven't tackled it yet.
Cheers for the great plugin, it offers all the options i'd expect from a Git blamer plugin and is a great replacement for
gitsigns
, as that plugin is not working as stable as i'd hoped for.I do have a feature request, however i'm not sure how much work it entails. I'd prefer to see the blamer line show that the current line has been changed and therefore have
blamer
reportUncommited changes
instead of the previous pre-change blame.This behaviour does already work with
blamer
, however I have to save the buffer first before it triggers a blame line change, which i'm not always interested in doing as it could happen that I ditch my changes in a buffer alltogether by just closing it without saving it.The text was updated successfully, but these errors were encountered: