This commit is contained in:
asep komarudin 2023-02-03 23:45:31 +07:00
parent b20d0a84e7
commit abf54451cc

View file

@ -6,7 +6,8 @@ end
local lspconfig = require("lspconfig")
-- local servers = { "jsonls", "sumneko_lua","html","cssls","tsserver"}
local servers = { "jdtls", "yamlls" }
-- local servers = { "jdtls", "yamlls" }
local servers = {}
lsp_installer.setup({
ensure_installed = servers,