This commit is contained in:
Zelong Kuang
2025-10-11 17:18:56 +11:00
parent 88d39a1595
commit 9b8a7b07a1
7 changed files with 343 additions and 35 deletions

View File

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