Added yamlls
This commit is contained in:
@@ -34,7 +34,7 @@ return {
|
|||||||
pathStrict = true,
|
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
|
for _, lsp in ipairs(defaultLsps) do
|
||||||
lspconfig[lsp].setup({
|
lspconfig[lsp].setup({
|
||||||
|
|||||||
@@ -31,6 +31,7 @@ return {
|
|||||||
"jsonls",
|
"jsonls",
|
||||||
"eslint",
|
"eslint",
|
||||||
"rust_analyzer",
|
"rust_analyzer",
|
||||||
|
"yamlls",
|
||||||
},
|
},
|
||||||
automatic_installation = true,
|
automatic_installation = true,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user