mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-02 21:44:29 +02:00
update
This commit is contained in:
parent
55944e0859
commit
28b248906f
3 changed files with 8 additions and 3 deletions
|
@ -6,7 +6,7 @@ end
|
|||
local lspconfig = require("lspconfig")
|
||||
|
||||
-- local servers = { "jsonls", "sumneko_lua","html","cssls","tsserver"}
|
||||
local servers = { "jdtls", "dockerls" }
|
||||
local servers = { "jdtls", "yamlls" }
|
||||
|
||||
lsp_installer.setup({
|
||||
ensure_installed = servers,
|
||||
|
@ -23,3 +23,7 @@ for _, server in pairs(servers) do
|
|||
end
|
||||
lspconfig[server].setup(opts)
|
||||
end
|
||||
|
||||
lspconfig.yamlls.setup({
|
||||
fletype = { "yaml", "yaml.docker-compose" },
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue