-
The set up below is my current completion set up and I was wondering if it was possible for the space completion that I could add a space keymap = {
preset = 'enter',
['<C-k>'] = {'select_prev' },
['<C-j>'] = { 'select_next'},
['<space>'] = { 'accept', 'fallback' }
}, |
Beta Was this translation helpful? Give feedback.
Answered by
Quitlox
Dec 29, 2024
Replies: 1 comment 1 reply
-
I think you can do something like this:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Saghen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you can do something like this: