-
On my configuration, a mapping to |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Maybe use |
Beta Was this translation helpful? Give feedback.
-
You can disable mapping via cmp.setup {
mapping = {
...
['<C-e>'] = cmp.config.disable
...
}
} |
Beta Was this translation helpful? Give feedback.
You can disable mapping via
cmp.config.disable