feat(cmp)!: moved nvim-cmp to extras and prefer blink.cmp on Neovim >= 0.10 as default completion engine

This commit is contained in:
Folke Lemaitre 2024-12-12 07:22:24 +01:00
parent b2a18f8e0e
commit b7ff5c24bd
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -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 "*",