update nvim
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
return {
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
opts = {
|
||||
ensure_installed = { "sumneko_lua", "rust_analyzer", "gopls", "yamlls", "tsserver", "terraformls" },
|
||||
automatic_installation = true,
|
||||
ensure_installed = { "sumneko_lua", "gopls", "yamlls", "tsserver", "terraformls", "jsonls", "jdtls" },
|
||||
automatic_installation = { exclude = { "rust_analyzer" } },
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user