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