mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-21 16:39:06 +02:00
12 lines
168 B
Lua
12 lines
168 B
Lua
return {
|
|
{
|
|
"neovim/nvim-lspconfig",
|
|
dependencies = {
|
|
{
|
|
"folke/neoconf.nvim",
|
|
cmd = "Neoconf",
|
|
opts = {},
|
|
},
|
|
},
|
|
},
|
|
}
|