Replies: 1 comment 3 replies
-
Please read the docs: https://cmp.saghen.dev/configuration/completion.html#auto-brackets and https://cmp.saghen.dev/configuration/reference.html#completion-accept |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to understand why when I migrated from
nvim-cmp
toblink.cmp
, every time I import a function usingblink.cmp
's LSP source, parenthesis are automatically added. This is terrible.import
or when treating functions as first-class citizens (passing them as function arguments instead of calling them)For example:
Then the
blink.cmp
menu shows up beautifully, and I selecturljoin
from the LSP source. HitC-y
(default mapping) and get:This is just wrong Python code. And I am trying to map what is causing that, and if it's
blink.cmp
if there is a way to disable these parenthesis as part of the auto-completion.Beta Was this translation helpful? Give feedback.
All reactions