ray-x / lsp_signature.nvim

LSP signature hint as you type
Apache License 2.0
2.06k stars 57 forks source link

fix: virtual text with a hlgroup with background #334

Closed chrisgrieser closed 1 month ago

chrisgrieser commented 3 months ago

when using a hlgroup that has a background, and when using only virtual text with no floating window text like this:

floating_window = false,
hint_scheme = "Todo",

The resulting virtual text adds the background color to the virtual text. This PR fixes the issue by not assigning a highlighting group to the padding


before:

Showcase

after:

Showcase