mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
fix(lsp): check for nvim-cmp intsead of cmp
This commit is contained in:
parent
9848d56d8f
commit
744028ea4c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ return {
|
||||||
{
|
{
|
||||||
"hrsh7th/cmp-nvim-lsp",
|
"hrsh7th/cmp-nvim-lsp",
|
||||||
cond = function()
|
cond = function()
|
||||||
require("lazyvim.util").has("cmp")
|
require("lazyvim.util").has("nvim-cmp")
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue