blink.cmp prevents builtin completion from working #1703
Unanswered
midchildan
asked this question in
Q&A
Replies: 1 comment 6 replies
-
You can set |
Beta Was this translation helpful? Give feedback.
6 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.
-
Make sure you have done the following
blink.cmp
<C-k>
on https://cmp.saghen.dev)Bug Description
There are 2 problems that break Neovim's builtin completion when using blink.cmp.
First, the builtin completion popup gets shown under the blink.cmp popup, preventing me from seeing the completion candidates. Below is a screenshot of when I tried to use line completion (
ctrl-x ctrl-l
) with blink.cmp enabled.This can be worked around by pressing
ctrl-e
before attempting to trigger builtin completion. But this leads us to the second problem, which is thatctrl-y
doesn't work for builtin completion.Relevant configuration
neovim
versionNVIM v0.11.0 Build type: Release LuaJIT 2.1.1741730670 Run "nvim -V1 -v" for more info
blink.cmp
versionv1.1.1
Beta Was this translation helpful? Give feedback.
All reactions