fix(yaml): enable validate

see https://github.com/redhat-developer/yaml-language-server#language-server-settings
This commit is contained in:
Jonas Holst Damtoft 2023-07-29 15:51:41 +02:00
parent 9264c54ae9
commit 89cf13dc80

View file

@ -33,7 +33,7 @@ return {
format = {
enable = true,
},
validate = { enable = true },
validate = true,
schemaStore = {
-- Must disable built-in schemaStore support to use
-- schemas from SchemaStore.nvim plugin