Replies: 1 comment 1 reply
-
The menu does not show up automatically, you're missing the following setting: cmdline = {
completion = { menu = { auto_show = true } },
}, See https://cmp.saghen.dev/modes/cmdline.html#enter-keymap for more fine-tuning. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, for some time I was using wilder.nvim with blink.cmp, recent updates made them fight witch each other so I got rid of wilder.
But what's missing for me now is having a fuzzy findable always shown cmdline menu.
For now I can type something and I have to click Tab for the completion menu to show, but Id like for to show as soon as I type a character.
I tried several different settings and looked at the docs but I cant figure this out.
This is my config
Beta Was this translation helpful? Give feedback.
All reactions