feat: disable key ordering in yamlls
This commit is contained in:
parent
dbdfd9635b
commit
f12de71a00
1 changed files with 5 additions and 1 deletions
|
@ -78,7 +78,11 @@ local servers = {
|
|||
["terraformls"] = {},
|
||||
["tflint"] = {},
|
||||
["tsserver"] = {},
|
||||
["yamlls"] = {},
|
||||
["yamlls"] = {
|
||||
yaml = {
|
||||
keyOrdering = false
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
local lspconfig = require("lspconfig")
|
||||
|
|
Loading…
Reference in a new issue