Skip to content

Commit 5cb42ce

Browse files
authored
feat(mdx): remove prettier & prettierd (#1625)
1 parent 7a476ec commit 5cb42ce

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

lua/astrocommunity/pack/mdx/init.lua

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,4 @@ return {
2121
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "mdx-analyzer" })
2222
end,
2323
},
24-
{
25-
"stevearc/conform.nvim",
26-
optional = true,
27-
opts = {
28-
formatters_by_ft = {
29-
["markdown.mdx"] = { "prettierd", "prettier", stop_after_first = true },
30-
},
31-
},
32-
},
3324
}

0 commit comments

Comments
 (0)