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