add quarto for conform too

This commit is contained in:
Aman9das 2024-05-22 12:11:38 +05:30 committed by GitHub
parent 2a96a1213e
commit 2a409763c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,8 @@ return {
formatters_by_ft = {
["markdown"] = { { "prettierd", "prettier" }, "markdownlint", "markdown-toc" },
["markdown.mdx"] = { { "prettierd", "prettier" }, "markdownlint", "markdown-toc" },
["quarto"] = { { "prettierd", "prettier" }, "markdownlint", "markdown-toc" },
["rmd"] = { { "prettierd", "prettier" }, "markdownlint", "markdown-toc" },
},
},
},