ray-x / lsp_signature.nvim

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

Explicit close() and open()? #339

Open fritzblue opened 3 weeks ago

fritzblue commented 3 weeks ago

Instead of just toggle_float_win() it would be nice to have explicit, idempotent options for both open_float_win() and close_float_win(). Is there an equivalent to these that I'm not seeing? If not, could these be added?

Thanks in advance! PS Love the plugin, it's very helpful.