pkg(nixvim): Delete reorder_array option for taplo and reformat all toml files

This commit is contained in:
ulic-youthlic 2025-07-13 06:04:55 +08:00
parent e70d021a24
commit 54d4bc057e
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
7 changed files with 60 additions and 60 deletions

View file

@ -23,7 +23,7 @@
return "${lib.getExe pkgs.taplo}"
end
end,
args = { "format", "-o", "reorder_keys=true", "-o", "reorder_inline_tables=true", "-o", "reorder_arrays=true", "-" },
args = { "format", "-o", "reorder_keys=true", "-o", "reorder_inline_tables=true", "-" },
})
end
'';