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
Right now signature is quite binary -- it's either enabled or disabled. Back in the nvim_cmp days, you'd use vim.lsp.buf.signature_help() instead which gives more control (e.g. toggling it manually with a keymap).
Nothing is preventing me from signature.enabled = false and using the old way, as it still works but it would be nice if the functionality was merged in blink.
Right now, these two are completely separate.
The text was updated successfully, but these errors were encountered:
Personally, I would also love to see a way to hide signature too. I like having it pop up automatically to be reminded of the signature then hiding it afterwards.
Feature Description
Right now
signature
is quite binary -- it's either enabled or disabled. Back in the nvim_cmp days, you'd usevim.lsp.buf.signature_help()
instead which gives more control (e.g. toggling it manually with a keymap).Nothing is preventing me from
signature.enabled = false
and using the old way, as it still works but it would be nice if the functionality was merged in blink.Right now, these two are completely separate.
The text was updated successfully, but these errors were encountered: