mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
add quarto for conform too
This commit is contained in:
parent
2a96a1213e
commit
2a409763c4
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ return {
|
||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
["markdown"] = { { "prettierd", "prettier" }, "markdownlint", "markdown-toc" },
|
["markdown"] = { { "prettierd", "prettier" }, "markdownlint", "markdown-toc" },
|
||||||
["markdown.mdx"] = { { "prettierd", "prettier" }, "markdownlint", "markdown-toc" },
|
["markdown.mdx"] = { { "prettierd", "prettier" }, "markdownlint", "markdown-toc" },
|
||||||
|
["quarto"] = { { "prettierd", "prettier" }, "markdownlint", "markdown-toc" },
|
||||||
|
["rmd"] = { { "prettierd", "prettier" }, "markdownlint", "markdown-toc" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue