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