Replies: 1 comment 1 reply
-
keymap = {
preset = "none",
["<Tab>"] = { "select_next", "snippet_forward", "fallback", },
["<S-Tab>"] = { "select_prev", "snippet_backward", "fallback", },
["<Enter>"] = { "accept", "fallback", },
["<C- >"] = { "show", "hide", },
["<C-d>"] = { "show_documentation", "hide_documentation", },
}, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
in simple term what would be the blink.cmp version of this nvim-cmp
Beta Was this translation helpful? Give feedback.
All reactions