astronvim/plugins/mason-lspconfig.lua

8 lines
237 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 = {
2023-02-03 16:08:09 +01:00
ensure_installed = { "sumneko_lua", "gopls", "yamlls", "tsserver", "terraformls", "jsonls", "jdtls" },
automatic_installation = { exclude = { "rust_analyzer" } },
2023-01-20 10:54:22 +01:00
},
2023-01-14 13:02:17 +01:00
}