fix(yaml): disable keyOrdering checks

This commit is contained in:
Folke Lemaitre 2023-07-25 19:36:38 +02:00
parent 64c59f517c
commit 948cd5a6a7
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -29,6 +29,7 @@ return {
settings = {
redhat = { telemetry = { enabled = false } },
yaml = {
keyOrdering = false,
format = {
enable = true,
},
@ -38,10 +39,10 @@ return {
-- schemas from SchemaStore.nvim plugin
enable = false,
},
}
}
}
}
},
},
},
},
},
}
},
}