Saghen / blink.cmp

Performant, batteries-included completion plugin for Neovim
MIT License
1.26k stars 74 forks source link

Cmdline completion #340

Closed fredrikaverpil closed 6 hours ago

fredrikaverpil commented 7 hours ago

Feature Description

It would be awesome to enable something like cmp-cmdline but for blink. This is the #1 thing I miss from nvim-cmp.

https://github.com/user-attachments/assets/5ba0daea-294f-4695-91f2-ad90c55c47c1

I saw in the README you mentioned you wanted to implement this 🎉 but I figured we could track progress of it here. 😄

Workaround

As a workaround, I'm using cmp-cmdline in tandem with blink now. Source:

image
Saghen commented 6 hours ago

Duplicate of #138