add yamlls

This commit is contained in:
Christoph J. Scherr 2024-03-11 14:38:16 +01:00
parent cd91bf774d
commit b49f437428
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ local servers = {
-- "rust_analyzer", -- rustaceanvim wants to do that, but the builtin thing has better integration! -- "rust_analyzer", -- rustaceanvim wants to do that, but the builtin thing has better integration!
"bashls", "bashls",
"cmake", "cmake",
"yamlls",
} }
for _, lsp in ipairs(servers) do for _, lsp in ipairs(servers) do