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
I use ray-x/lsp_signature.nvim plugin for function definitions popups in the floating windows.
Additional parameters are required (as described in the relevant issue here: ray-x/lsp_signature.nvim#193), because without them floating border looks like this:
Borders for this are having default NeoVIM colors because they require following highlight to setup:
The text was updated successfully, but these errors were encountered:
alexeygumirov
changed the title
FloatBorder and NormalFloat background for lsp_signature
FloatBorder and NormalFloat background for lsp_signature #enhancement
Oct 9, 2022
NeoVIM 0.8
I use ray-x/lsp_signature.nvim plugin for function definitions popups in the floating windows.
Additional parameters are required (as described in the relevant issue here: ray-x/lsp_signature.nvim#193), because without them floating border looks like this:
Borders for this are having default NeoVIM colors because they require following highlight to setup:
After this fix borders look correct:
The text was updated successfully, but these errors were encountered: