nvimdev / lspsaga.nvim

improve neovim lsp experience
MIT License
3.41k stars 287 forks source link

Highlight group for SagaFinder Title not available or not working properly? #1365

Closed diegoulloao closed 8 months ago

diegoulloao commented 8 months ago

Describe the bug

I'm trying to change the file location title background at the top of each sagafinder floating window, but I'm not able to find the right one, it seems like is not available, not working or something.

Screenshot 7

I have tried almost all the groups listed in :hi Saga... SagaFinderFname didn't work.

Steps to reproduce

Expected behavior

Get any hi group working for change the title bg at the top of the sagafinder float window.

Neovim version (nvim -v)

0.9.4

lspsaga commit

latest

Terminal name/version

iterm2 build 3.4.22

glepnir commented 8 months ago

SagaTitle its link to Title

diegoulloao commented 8 months ago

Thanks @glepnir, it works. What about border bg and content bg for lsp diagnostics (jump)?

Screenshot 3

I'd really appreciate your help!