diff options
| author | Mitermayer Reis <mitermayer.reis@gmail.com> | 2021-06-29 11:29:19 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-29 11:29:19 +1000 |
| commit | 371187c30c3f3b8839c8a0b438841efb0a88815f (patch) | |
| tree | be1f4d3b48773ba12229a6f474330b1582014920 /plugin/prettier.vim | |
| parent | 9969f9cdfccdc2719ca80f93c9f4daf894cf20e8 (diff) | |
| parent | cb54aff2a7915e2e56835b68a26f23e45c3b9f04 (diff) | |
| download | vim-prettier-371187c30c3f3b8839c8a0b438841efb0a88815f.tar.xz | |
Merge branch 'master' into master
Diffstat (limited to 'plugin/prettier.vim')
| -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 a49a2ad..b85195e 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,*.mdx,*.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,*.svelte,*.yml,*.yaml,*.html,*.php,*.rb,*.ruby,*.xml noautocmd call prettier#Autoformat() augroup end |
