mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(lsp): again
This commit is contained in:
parent
744028ea4c
commit
5bf979d234
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("nvim-cmp")
|
return require("lazyvim.util").has("nvim-cmp")
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue