mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +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",
|
||||
cond = function()
|
||||
require("lazyvim.util").has("cmp")
|
||||
require("lazyvim.util").has("nvim-cmp")
|
||||
end,
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue