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
I noticed that live_gutter always overrides other signs. Eg: when LSP is showing errors - it sets signs, however if the code was changed - vgit will override that sign with a git diff gutter.
I think it should be a way to prioritise the live gutter over other signs.
How to test:
vgit is enabled and intitialised
change a line in a file
at the same line, set a custom sign: :sign place 1 line=%d name=heartSign
at the same line, toggle the live gutter: :lua require('vgit').toggle_live_gutter()
I would expect a heart sign to be shown:
However, the live gutter is shown instead:
NVIM v0.10.1
vgit v0.2.3
Not sure if it's a bug of feature request, but I didn't expect vgit overriding my signs, that's why I set it as a bug.
The text was updated successfully, but these errors were encountered:
Description
I noticed that
live_gutter
always overrides other signs. Eg: when LSP is showing errors - it sets signs, however if the code was changed - vgit will override that sign with a git diff gutter.I think it should be a way to prioritise the live gutter over other signs.
How to test:
:sign place 1 line=%d name=heartSign
:lua require('vgit').toggle_live_gutter()
I would expect a heart sign to be shown:
However, the live gutter is shown instead:
Not sure if it's a bug of feature request, but I didn't expect vgit overriding my signs, that's why I set it as a bug.
The text was updated successfully, but these errors were encountered: