validate yaml

This commit is contained in:
Oliver Hartmann 2022-10-30 12:18:43 +01:00
parent c23240ab03
commit ea267d690f

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
} }
} }
} }