mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +02:00
style(cmp): dont include cmp-nvim-lsp as a dep of lspconfig
This commit is contained in:
parent
4fe7ccae73
commit
2c658a374d
1 changed files with 0 additions and 6 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue