13 lines
168 B
Lua
13 lines
168 B
Lua
return {
|
|
{
|
|
"neovim/nvim-lspconfig",
|
|
dependencies = {
|
|
{
|
|
"folke/neoconf.nvim",
|
|
cmd = "Neoconf",
|
|
opts = {},
|
|
},
|
|
},
|
|
},
|
|
}
|