fix(lsp): check for nvim-cmp intsead of cmp

This commit is contained in:
Folke Lemaitre
2023-01-24 08:50:14 +01:00
parent 9848d56d8f
commit 744028ea4c

View File

@ -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,
}, },
}, },