mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
13 lines
187 B
Lua
13 lines
187 B
Lua
return {
|
|
{
|
|
"mason-org/mason-lspconfig.nvim",
|
|
opts = {
|
|
ensure_installed = {
|
|
"lua_ls",
|
|
"pyright",
|
|
"yamlls",
|
|
"bashls",
|
|
},
|
|
},
|
|
},
|
|
}
|