['<C-y>'] = cmp.config.disable not required? #773
Unanswered
flaphoschi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
The recommended configuration contains this line:
['<C-y>'] = cmp.config.disable, -- Specify
cmp.config.disableif you want to remove the default
mapping.
I assumed this disable configuratin shown in default.lua. But whether it use that line or not
C-y
duplicates the characters from the line above.default.lua
is not the default configuration loaded e.g. thetab
key doesn't workC-y
the configuration from above is not neededCorrect?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions