master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit ea267d690f - Show all commits

View File

@@ -202,7 +202,7 @@ require('lspconfig')['yamlls'].setup {
on_attach = on_attach, on_attach = on_attach,
settings = { settings = {
yaml = { yaml = {
validate = false validate = true
} }
} }
} }