made prettierd the formatter for md
This commit is contained in:
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…
Reference in New Issue