lspsaga.nvim icon indicating copy to clipboard operation
lspsaga.nvim copied to clipboard

lspsaga uses the String highlight instead of the SagaString highlight in the references menu

Open zeffo opened this issue 11 months ago • 0 comments

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 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.

Neovim version (nvim -v)

0.10.3

lspsaga commit

5fce153

Terminal name/version

kitty 0.38.1

zeffo avatar Jan 14 '25 14:01 zeffo