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
lspsaga does not use the correct highlight group in the references finder menu for the item under the cursor.
I believe it should use SagaString/SagaSelect and not String?
Steps to reproduce
Change SagaString highlight group
Open references menu
Item under cursor remains highlighted in the String highlight group
Expected behavior
Item under cursor is highlighted with the proper highlight group.
zeffo
changed the title
lspsaga uses the String highlight instead of the SagaString highlights in the references menu
lspsaga uses the String highlight instead of the SagaString highlight in the references menu
Jan 14, 2025
Describe the bug
lspsaga does not use the correct highlight group in the references finder menu for the item under the cursor.
I believe it should use
SagaString
/SagaSelect
and notString
?Steps to reproduce
String
highlight groupExpected behavior
Item under cursor is highlighted with the proper highlight group.
Neovim version (nvim -v)
0.10.3
lspsaga commit
5fce153
Terminal name/version
kitty 0.38.1
The text was updated successfully, but these errors were encountered: