aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorMitermayer Reis <mitermayer.reis@gmail.com>2021-03-02 09:49:16 +1100
committerGitHub <noreply@github.com>2021-03-02 09:49:16 +1100
commit6999016a0b0c6b5304b6956cbba472c1784d8039 (patch)
treee948d2f51a82adceb27cfd23198a2a5bb97c0c76 /plugin
parentd55fa4e5571d2058e7da67dc430ed142d23ee7c9 (diff)
parent147a1d9719dc026ac29e696f4004d917ad39f9cb (diff)
downloadvim-prettier-6999016a0b0c6b5304b6956cbba472c1784d8039.tar.xz
Merge pull request #285 from wylie39/patch-1
Remove Pipe
Diffstat (limited to 'plugin')
-rw-r--r--plugin/prettier.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/prettier.vim b/plugin/prettier.vim
index 3326f26..a49a2ad 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,*.yml,*.yaml,*.html,*.php,*.rb,*.ruby,*.xml noautocmd call prettier#Autoformat()
augroup end