Files
nvim/lua/plugins/default/conform.lua

12 lines
204 B
Lua
Raw Normal View History

2025-05-13 19:37:28 +10:00
return {
"stevearc/conform.nvim",
opts = {
formatters_by_ft = {
["json"] = { "jq" },
["jsonc"] = { "jq" },
["tex"] = { "latexindent" },
["toml"] = { "taplo "},
}
}
}