mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 17:28:57 +02:00
feat(markdown): add formatter for mdx
This commit is contained in:
parent
9eec03d890
commit
ae6d8f1a34
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ return {
|
||||||
optional = true,
|
optional = true,
|
||||||
opts = {
|
opts = {
|
||||||
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" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue