Update
This commit is contained in:
@@ -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' },
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user