This commit is contained in:
2023-01-20 10:54:22 +01:00
parent 77036d0584
commit 7a65e3fb59
18 changed files with 123 additions and 164 deletions

View File

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