mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-16 12:24:28 +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" },
|
||||
})
|
||||
|
|
|
@ -185,6 +185,7 @@ lualine.setup({
|
|||
"DressingInput",
|
||||
"toggleterm",
|
||||
"lazy",
|
||||
"mason",
|
||||
},
|
||||
always_divide_middle = true,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue