Is there a way to tigger a menu explicitly with a key mapping? #1372
Answered
by
npearson72
npearson72
asked this question in
Q&A
-
I have this mapping with coc-nvim:
It allows me to type Is there anything like this in nvim-csp? |
Beta Was this translation helpful? Give feedback.
Answered by
npearson72
Dec 25, 2022
Replies: 1 comment
-
Please disregard, I found it:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
npearson72
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please disregard, I found it:
vim.keymap.set('i', '<c-k>', cmp.complete, { silent = true })