made prettierd the formatter for md

pull/1636/head
adollar 1 month ago
parent fd43e168ee
commit 9028f6fc53

@ -41,7 +41,7 @@ return { -- Autoformat
jsonc = { 'prettierd' }, jsonc = { 'prettierd' },
yaml = { 'prettierd' }, yaml = { 'prettierd' },
go = { 'goimports', 'golines' }, go = { 'goimports', 'golines' },
markdown = { 'mdformat' }, markdown = { 'prettierd' },
}, },
}, },
} }

@ -271,7 +271,6 @@ return {
'prettierd', 'prettierd',
'jsonlint', 'jsonlint',
'markdownlint', 'markdownlint',
'mdformat',
'yamllint', 'yamllint',
'eslint_d', 'eslint_d',
}) })

Loading…
Cancel
Save