You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the screenshot above, I am writing a comment on my React component. lsp_signature is showing up because I'm within a JSX element and that's a function call. This is good, but could lsp_signature offer a way to disable itself in certain contexts?
In the screenshot above, I am writing a comment on my React component.
lsp_signature
is showing up because I'm within a JSX element and that's a function call. This is good, but couldlsp_signature
offer a way to disable itself in certain contexts?For example,
nvim-cmp
can be configured like so:It would be nice to have a similar API in
lsp_signature
.Thank you for your wonderful plugin 🙇
The text was updated successfully, but these errors were encountered: