This commit is contained in:
Zelong Kuang
2025-10-22 14:20:19 +11:00
parent 8c11269da8
commit e4013c2193
11 changed files with 354 additions and 300 deletions

View File

@@ -2,12 +2,12 @@ return {
"stevearc/conform.nvim",
opts = {
formatters_by_ft = {
["json"] = { "prettierd" },
["json"] = { "jq" },
["jsonc"] = { "jq" },
["tex"] = { "latexindent" },
["toml"] = { "taplo "},
["markdown"] = { 'prettierd', "cbfmt" },
["sh"] = { 'shfmt' },
["toml"] = { "taplo" },
["markdown"] = { "prettierd", "cbfmt" },
["sh"] = { "shfmt" },
}
}
}