Skip to content

blink.cmp and mini.completion #1472

Closed Answered by echasnovski
mau-mauricelim asked this question in Q&A
Discussion options

You must be logged in to vote

Enabling both 'mini.completion' and 'blink.cmp' is a bad idea: they both provide autocompletion functionalities which will conflict with one another.

What you're seeing as "words from another buffer/file" are indeed words from all loaded buffers (probably, only listed buffers, to be precise) and come from built-in Neovim (and Vim) completion. See :h i_CTRL-N. It is a highly built-in feature which doesn't have a good way of utilizing it other than actually simulating pressing <C-n>. It is also blocking/synchronous which has noticeable lagging when there is a very large buffer opened (like 10K - 100K lines depending on the machine).

The best way for 'blink.cmp' to support this kind of compl…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mau-mauricelim
Comment options

Answer selected by mau-mauricelim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested mini.completion
2 participants