ray-x / lsp_signature.nvim

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

Option to be hidden defaultly #99

Closed acomagu closed 3 years ago

acomagu commented 3 years ago

Can I disable the auto-popup? I want it be shown only when I hit toggle_key.

Thanks! :heart:

ray-x commented 3 years ago

You can set floating_window=false

acomagu commented 3 years ago

@ray-x Can I show popup by hitting toggle_key?(specifying that seems to disable toggle_key also...)

ray-x commented 3 years ago

Yes, you can. Alternatively, you can show popup with your keybinding to vim.lsp.buf.signature_help()

acomagu commented 3 years ago

vim.lsp.buf.signature_help() works! Thanks.