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
Basically I've explained the issue in the title. I am using NixVim to configure blink.cmp if it is relevant. When I click tab while typing in the cmdline instead of completing how it normally does it it inserting ^I. Also is there no way to disable the completion menu for cmdline without having to do the hack settings.completion.menu.auto_show = "function(ctx) return ctx.mode ~= 'cmdline' end". The cmdline completion is kind of wack I don't know if it is a problem on how I set it up but when I try to do :w in the cmdline it shows the completion and the first completion option :wall. See below
Make sure you have done the following
blink.cmp
<C-k>
on https://cmp.saghen.dev)Bug Description
Basically I've explained the issue in the title. I am using NixVim to configure blink.cmp if it is relevant. When I click tab while typing in the cmdline instead of completing how it normally does it it inserting ^I. Also is there no way to disable the completion menu for cmdline without having to do the hack
settings.completion.menu.auto_show = "function(ctx) return ctx.mode ~= 'cmdline' end"
. The cmdline completion is kind of wack I don't know if it is a problem on how I set it up but when I try to do :w in the cmdline it shows the completion and the first completion option :wall. See belowRelevant configuration
neovim
versionNVIM v0.10.3 Build type: Release LuaJIT 2.1.1713773202
blink.cmp
versionv0.10.0 (from nixpkgs)
The text was updated successfully, but these errors were encountered: