mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-10 09:24:37 +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 = {} },
|
{ "folke/neodev.nvim", opts = {} },
|
||||||
"mason.nvim",
|
"mason.nvim",
|
||||||
"williamboman/mason-lspconfig.nvim",
|
"williamboman/mason-lspconfig.nvim",
|
||||||
{
|
|
||||||
"hrsh7th/cmp-nvim-lsp",
|
|
||||||
cond = function()
|
|
||||||
return require("lazyvim.util").has("nvim-cmp")
|
|
||||||
end,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
---@class PluginLspOpts
|
---@class PluginLspOpts
|
||||||
opts = {
|
opts = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue