fix(cmp): disable nvim-cmp/blink.cmp when needed

This commit is contained in:
Folke Lemaitre
2024-12-13 19:56:03 +01:00
parent 009e3587be
commit 60b77045d5
2 changed files with 10 additions and 0 deletions

View File

@ -6,6 +6,11 @@ if lazyvim_docs then
end
return {
{
"hrsh7th/nvim-cmp",
optional = true,
enabled = false,
},
{
"saghen/blink.cmp",
version = not vim.g.lazyvim_blink_main and "*",

View File

@ -1,4 +1,9 @@
return {
{
"saghen/blink.cmp",
enabled = false,
optional = true,
},
-- Setup nvim-cmp
{