We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a476ec commit 5cb42ceCopy full SHA for 5cb42ce
1 file changed
lua/astrocommunity/pack/mdx/init.lua
@@ -21,13 +21,4 @@ return {
21
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "mdx-analyzer" })
22
end,
23
},
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
33
}
0 commit comments