mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(yaml): enable validate
see https://github.com/redhat-developer/yaml-language-server#language-server-settings
This commit is contained in:
parent
9264c54ae9
commit
89cf13dc80
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ return {
|
||||||
format = {
|
format = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
validate = { enable = true },
|
validate = true,
|
||||||
schemaStore = {
|
schemaStore = {
|
||||||
-- Must disable built-in schemaStore support to use
|
-- Must disable built-in schemaStore support to use
|
||||||
-- schemas from SchemaStore.nvim plugin
|
-- schemas from SchemaStore.nvim plugin
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue