Is there a way to add completion in the cmdline mode? #630
Replies: 3 comments
-
It's enabled by default on the |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is on by default as of 0.8: https://github.com/Saghen/blink.cmp/releases/tag/v0.8.0 |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you're using sources = {
-- Force re-enable commandline completion
cmdline = require("blink.cmp.config.sources").default.cmdline,
},
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I had been using this hack in the nvim-cmp so was interested in the equivalent here.
Beta Was this translation helpful? Give feedback.
All reactions