mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
feat(cmp)!: moved nvim-cmp
to extras and prefer blink.cmp
on Neovim >= 0.10
as default completion engine
This commit is contained in:
parent
2cbfb9b6b7
commit
152f9d113f
1 changed files with 0 additions and 4 deletions
|
@ -6,10 +6,6 @@ if lazyvim_docs then
|
||||||
end
|
end
|
||||||
|
|
||||||
return {
|
return {
|
||||||
{
|
|
||||||
"hrsh7th/nvim-cmp",
|
|
||||||
enabled = false,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"saghen/blink.cmp",
|
"saghen/blink.cmp",
|
||||||
version = not vim.g.lazyvim_blink_main and "*",
|
version = not vim.g.lazyvim_blink_main and "*",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue