-
-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Description
Sometimes I want to toggle the signature floating window off. When I press <toggle_key>, the window disappears. However, as soon as I continue typing, the window reappears. In essence, it is impossible to toggle the window off.
This is my config:
-- Function signature hints
{
"ray-x/lsp_signature.nvim",
config = function()
require('lsp_signature').setup({
bind = true,
floating_window = true,
toggle_key = "<M-m>",
handler_opts = {
border = "rounded"
},
}, bufnr) end,
},
I am using nvim 10, and Lazy plugin manager.
katelewis13
Metadata
Metadata
Assignees
Labels
No labels