14 lines
279 B
Lua
14 lines
279 B
Lua
return {
|
|
"stevearc/conform.nvim",
|
|
opts = {
|
|
formatters_by_ft = {
|
|
["json"] = { "jq" },
|
|
["jsonc"] = { "jq" },
|
|
["tex"] = { "latexindent" },
|
|
["toml"] = { "taplo" },
|
|
["markdown"] = { "prettierd", "cbfmt" },
|
|
["sh"] = { "shfmt" },
|
|
}
|
|
}
|
|
}
|