diff options
| author | Rogin Farrer <rogin@roginfarrer.com> | 2021-02-07 17:40:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-07 17:40:48 -0500 |
| commit | 60027b4a86428d5b06ae1e96d0ab1cd8a871053a (patch) | |
| tree | 728876e8f49fda20f45efa60c90ee66ce1f54cd7 /plugin | |
| parent | 90fd0d6c5f8410cf8344d4b0985533d3eb9fa223 (diff) | |
| download | vim-prettier-60027b4a86428d5b06ae1e96d0ab1cd8a871053a.tar.xz | |
Autoformat MDX
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/prettier.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/prettier.vim b/plugin/prettier.vim index 8922492..3326f26 100644 --- a/plugin/prettier.vim +++ b/plugin/prettier.vim @@ -174,5 +174,5 @@ nnoremap <silent> <Plug>(PrettierCliPath) :PrettierCliPath<CR> augroup Prettier autocmd! - autocmd BufWritePre *.js,*.jsx,*.mjs,*.ts,*.tsx,*.css,*.less,*.scss,*.json,*.graphql,*.gql,*.markdown,*.md,*.mdown,*.mkd,*.mkdn,*.vue,*.yml,*.yaml,*.html,*.php,*.rb,*.ruby,*.xml noautocmd | call prettier#Autoformat() + autocmd BufWritePre *.js,*.jsx,*.mjs,*.ts,*.tsx,*.css,*.less,*.scss,*.json,*.graphql,*.gql,*.markdown,*.md,*.mdown,*.mkd,*.mkdn,*.mdx,*.vue,*.yml,*.yaml,*.html,*.php,*.rb,*.ruby,*.xml noautocmd | call prettier#Autoformat() augroup end |
