feat: disable key ordering in yamlls

main
mandlm 2023-03-15 14:34:37 +01:00
parent dbdfd9635b
commit f12de71a00
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 5 additions and 1 deletions

View File

@ -78,7 +78,11 @@ local servers = {
["terraformls"] = {},
["tflint"] = {},
["tsserver"] = {},
["yamlls"] = {},
["yamlls"] = {
yaml = {
keyOrdering = false
}
},
}
local lspconfig = require("lspconfig")