mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-01 21:14:29 +02:00
update
This commit is contained in:
parent
b20d0a84e7
commit
abf54451cc
1 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue