Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
-
I think i made a mistake, select_and_accept and accept is not what i mean, it means select the first item then accept… |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Make sure you have done the following
blink.cmp
<C-k>
on https://cmp.saghen.dev)Bug Description
I use LazyVIM which brings blink.cmp.
I do not want enter keymap behavior like select_and_accept, I want it just accept.
Here is my setting.
I tries
['<CR>'] = { 'accept', 'fallback' }
, and bad luck.I found that this lsp source use select_and_accept and the snippet source use accept method.
https://github.com/user-attachments/assets/4b370c74-be2e-48c0-94e7-483f98692fc7
Relevant configuration
Beta Was this translation helpful? Give feedback.
All reactions