fix(nvim): disable key ordering check again
This commit is contained in:
parent
4a2a3e35b8
commit
c69fd34fab
|
@ -77,7 +77,6 @@ local servers = {
|
|||
tailwindcss = true,
|
||||
tsserver = true,
|
||||
vuels = true,
|
||||
yamlls = true,
|
||||
|
||||
intelephense = {
|
||||
filetypes = { "php", "module", "test", "inc" },
|
||||
|
@ -92,6 +91,14 @@ local servers = {
|
|||
},
|
||||
},
|
||||
},
|
||||
|
||||
yamlls = {
|
||||
settings = {
|
||||
yaml = {
|
||||
keyOrdering = false,
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
local setup_server = function(server, config)
|
||||
|
|
Reference in a new issue