astronvim/plugins/mason-lspconfig.lua
2023-01-20 10:54:22 +01:00

8 lines
206 B
Lua

return {
"williamboman/mason-lspconfig.nvim",
opts = {
ensure_installed = { "sumneko_lua", "rust_analyzer", "gopls", "yamlls", "tsserver", "terraformls" },
automatic_installation = true,
},
}