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

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