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
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

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 = {