Files
nvim/lua/plugins/default/conform.lua
Zelong Kuang 9d1536e5af Update
2025-05-13 19:37:28 +10:00

12 lines
204 B
Lua

return {
"stevearc/conform.nvim",
opts = {
formatters_by_ft = {
["json"] = { "jq" },
["jsonc"] = { "jq" },
["tex"] = { "latexindent" },
["toml"] = { "taplo "},
}
}
}