We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blink.cmp
<C-k>
Completion menu not hide when input
keymap = { preset = 'super-tab', ['<C-n>'] = { 'show', 'select_next' }, ['<C-space>'] = {}, cmdline = { preset = "enter", ['<tab>'] = {"show","select_next","fallback"}, ['<s-tab>'] = {"select_prev", "fallback"} } }, completion = { trigger = { show_on_keyword = true, show_in_snippet = false }, menu = { auto_show = false, }, list = { selection = { preselect = function(ctx) if ctx.mode == 'cmdline' then return false end return not require('blink.cmp').snippet_active({ direction = 1 }) end, auto_insert = function(ctx) return ctx.mode == 'cmdline' end } } }
neovim
0.10.4
main
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Make sure you have done the following
blink.cmp
<C-k>
on https://cmp.saghen.dev)Bug Description
Completion menu not hide when input
20250211_153840.mp4
Relevant configuration
neovim
version0.10.4
blink.cmp
versionmain
The text was updated successfully, but these errors were encountered: