mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 08:35:53 +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
|
||||
|
||||
return {
|
||||
{
|
||||
"hrsh7th/nvim-cmp",
|
||||
enabled = false,
|
||||
},
|
||||
{
|
||||
"saghen/blink.cmp",
|
||||
version = not vim.g.lazyvim_blink_main and "*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue