ray-x / lsp_signature.nvim

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

feature request: merge `floating_window` & `floating_window_above_cur_line` into an enum #338

Open FelipeLema opened 4 weeks ago

FelipeLema commented 4 weeks ago

use floating_window to be one of the following:

my use case is that I don't want hover window to pop-up when I'm typing inside a comment. Something similar can be found for nvim-cmp

FelipeLema commented 4 weeks ago

I can work on this if maintainers are willing to accept such a feature