style(cmp): dont include cmp-nvim-lsp as a dep of lspconfig

This commit is contained in:
Folke Lemaitre
2023-10-09 11:34:58 +02:00
parent 4fe7ccae73
commit 2c658a374d

View File

@@ -8,12 +8,6 @@ return {
{ "folke/neodev.nvim", opts = {} },
"mason.nvim",
"williamboman/mason-lspconfig.nvim",
{
"hrsh7th/cmp-nvim-lsp",
cond = function()
return require("lazyvim.util").has("nvim-cmp")
end,
},
},
---@class PluginLspOpts
opts = {