ray-x / lsp_signature.nvim

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

[Bug/Docs] Close function signature when leaving function #332

Open omeyenburg opened 2 months ago

omeyenburg commented 2 months ago

The function signature remains for me with the default config when I leave the function in either of these ways:

I could resolve the first problem by adding always_trigger or extra_trigger_chars to the opts:

But I think this should be part of the documentation if not default (unless this problem only occurs for me due to my config). Is this intentional/usual behaviour?