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