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
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
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 "*",