made prettierd the formatter for md
This commit is contained in:
parent
fd43e168ee
commit
9028f6fc53
|
@ -41,7 +41,7 @@ return { -- Autoformat
|
|||
jsonc = { 'prettierd' },
|
||||
yaml = { 'prettierd' },
|
||||
go = { 'goimports', 'golines' },
|
||||
markdown = { 'mdformat' },
|
||||
markdown = { 'prettierd' },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
@ -271,7 +271,6 @@ return {
|
|||
'prettierd',
|
||||
'jsonlint',
|
||||
'markdownlint',
|
||||
'mdformat',
|
||||
'yamllint',
|
||||
'eslint_d',
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue