mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 08:35:53 +02:00
fix(cmp): disable nvim-cmp/blink.cmp when needed
This commit is contained in:
parent
009e3587be
commit
60b77045d5
2 changed files with 10 additions and 0 deletions
|
@ -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 "*",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue