Skip to content

Commit

Permalink
fix(lsp): again
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jan 24, 2023
1 parent 744028e commit 5bf979d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazyvim/plugins/lsp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
Expand Down

0 comments on commit 5bf979d

Please sign in to comment.