Added yamlls

This commit is contained in:
2024-08-26 22:08:37 +02:00
parent def3b2637c
commit c3ced61294
2 changed files with 2 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ return {
pathStrict = true,
})
local defaultLsps = { "html", "cssls", "pyright", "jsonls", "rust_analyzer" }
local defaultLsps = { "html", "cssls", "pyright", "jsonls", "rust_analyzer", "yamlls" }
for _, lsp in ipairs(defaultLsps) do
lspconfig[lsp].setup({