add yamlls
This commit is contained in:
parent
cd91bf774d
commit
b49f437428
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue