-
-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enabling staged signs doesn't switch the highlight group when a hunk is staged #798
Labels
bug
Something isn't working
Comments
What are the highlights of |
Hmm Ok. I have no idea ¯_(ツ)_/¯ |
I can reproduce. I'll debug. |
Thanks! I'll look into it myself as well (to the extent that I can) and let you know if I find anything. |
lewis6991
added a commit
that referenced
this issue
May 25, 2023
Can you try #799? |
Confirmed, fixed the issue. Thanks for the quick response! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
With staged signs enabled, the signs will still show after changes are staged. However, the highlight group for the signs will not change to the alternate highlight group.
Screen.Recording.2023-05-24.at.10.35.20.PM.mov
Neovim version
0.9.0
Operating system and version
macOS Ventura (13.4)
Expected behavior
Expected signs to use the alternate
GitSignsStaged[Add|Change|Delete]
when a hunk is staged.Actual behavior
The signs still display (instead of disappearing after being staged), but the highlight group does not change
Minimal config
Steps to reproduce
nvim --clean -u minimal.lua
Gitsigns debug messages
The text was updated successfully, but these errors were encountered: