astronvim/plugins/mason-lspconfig.lua

8 lines
206 B
Lua
Raw Normal View History

2023-01-14 13:02:17 +01:00
return {
2023-01-20 10:54:22 +01:00
"williamboman/mason-lspconfig.nvim",
opts = {
ensure_installed = { "sumneko_lua", "rust_analyzer", "gopls", "yamlls", "tsserver", "terraformls" },
automatic_installation = true,
},
2023-01-14 13:02:17 +01:00
}