mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 17:28:50 +02:00
update
This commit is contained in:
parent
c4fe7d778f
commit
55944e0859
5 changed files with 15 additions and 12 deletions
|
@ -6,7 +6,7 @@ end
|
|||
local lspconfig = require("lspconfig")
|
||||
|
||||
-- local servers = { "jsonls", "sumneko_lua","html","cssls","tsserver"}
|
||||
local servers = { "jdtls" }
|
||||
local servers = { "jdtls", "dockerls" }
|
||||
|
||||
lsp_installer.setup({
|
||||
ensure_installed = servers,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue