Also use c.bg_float in FloatBorder (just like in SpecialKey).
Add highlight for the current parameter when calling vim.lsp.buf.signature_help()
Also, I noticed that it says in the README that dark_float is set to true by default, but it looks like its default is false so I went ahead and corrected that.
Also use
c.bg_float
inFloatBorder
(just like inSpecialKey
).Add highlight for the current parameter when calling
vim.lsp.buf.signature_help()
Also, I noticed that it says in the README that
dark_float
is set totrue
by default, but it looks like its default isfalse
so I went ahead and corrected that.