You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
completion= {
-- Disable auto brackets-- NOTE: some LSPs may add auto brackets themselves anywayaccept= { auto_brackets= { enabled=false } },
list= { selection= { preselect=true, auto_insert=true } },
-- or set either per mode via a function-- list = { selection = { preselect = function(ctx) return ctx.mode ~= 'cmdline' end } },
},
neovim version
NVIM v0.10.2
blink.cmp version
v0.10.0
The text was updated successfully, but these errors were encountered:
Make sure you have done the following
blink.cmp
<C-k>
on https://cmp.saghen.dev)Bug Description
Command line freeze when using !. See:
Seems like the same issue on: hrsh7th/cmp-cmdline#112
Relevant configuration
neovim
versionNVIM v0.10.2
blink.cmp
versionv0.10.0
The text was updated successfully, but these errors were encountered: