made prettierd the formatter for md

This commit is contained in:
adollar 2025-06-29 19:50:10 +01:00
parent fd43e168ee
commit 9028f6fc53
2 changed files with 1 additions and 2 deletions

View File

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

View File

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