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

This commit is contained in:
Folke Lemaitre committed 2024-12-13 19:56:03 +01:00
1 parent 009e3587be
commit 60b77045d5
2 files changed
+10

No files matched your search

@@ -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 "*",
@@ -1,4 +1,9 @@
return {
{
"saghen/blink.cmp",
enabled = false,
optional = true,
},
-- Setup nvim-cmp
{