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