mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(yaml): disable keyOrdering checks
This commit is contained in:
parent
64c59f517c
commit
948cd5a6a7
1 changed files with 6 additions and 5 deletions
|
|
@ -29,6 +29,7 @@ return {
|
||||||
settings = {
|
settings = {
|
||||||
redhat = { telemetry = { enabled = false } },
|
redhat = { telemetry = { enabled = false } },
|
||||||
yaml = {
|
yaml = {
|
||||||
|
keyOrdering = false,
|
||||||
format = {
|
format = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
|
|
@ -38,10 +39,10 @@ return {
|
||||||
-- schemas from SchemaStore.nvim plugin
|
-- schemas from SchemaStore.nvim plugin
|
||||||
enable = false,
|
enable = false,
|
||||||
},
|
},
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue