13 lines
210 B
Lua
13 lines
210 B
Lua
|
return {
|
||
|
{
|
||
|
"williamboman/mason-lspconfig.nvim",
|
||
|
dependencies = {
|
||
|
"williamboman/mason.nvim",
|
||
|
"neovim/nvim-lspconfig",
|
||
|
},
|
||
|
opts = {
|
||
|
automatic_installation = true,
|
||
|
},
|
||
|
},
|
||
|
}
|