ray-x / lsp_signature.nvim

LSP signature hint as you type
Apache License 2.0
2.03k stars 58 forks source link

Cannot unbind after recent update #96

Closed gfanto closed 3 years ago

gfanto commented 3 years ago

Hi, i used to have the bind flag set to false to remove the floating window for the signature because i prefer the "old style" pop-up window, but after a recent update (i think is 4ba7be8 - fix #91 border handler but i'm not sure) i have the floating window even if i have bind=false in the configuration table. I configure the handler with:

lsp_signature.on_attach({ bind = false, }, bufnr)

Do you think i'm doing something wrong or the update had changed something?

gfanto commented 3 years ago

I simply solved by settings border="none"