aboutsummaryrefslogtreecommitdiff
path: root/ftplugin/html.vim
diff options
context:
space:
mode:
authorJohan Venter <johan@saasquatch.com>2020-12-24 12:29:54 -0800
committerJohan Venter <johan@saasquatch.com>2020-12-24 12:29:54 -0800
commit63a6a6acff5172d6892498d47d7fdb15ca6f790d (patch)
tree552db5b3206cd30f319104d98ac9890fbacf4072 /ftplugin/html.vim
parent671ca8bd00052cf011c2f276587c95a20557a014 (diff)
downloadvim-prettier-63a6a6acff5172d6892498d47d7fdb15ca6f790d.tar.xz
Stop blowing away the BufWritePre augroup in ftplugins
Diffstat (limited to 'ftplugin/html.vim')
-rw-r--r--ftplugin/html.vim5
1 files changed, 0 insertions, 5 deletions
diff --git a/ftplugin/html.vim b/ftplugin/html.vim
index 0134d33..784cbb6 100644
--- a/ftplugin/html.vim
+++ b/ftplugin/html.vim
@@ -5,8 +5,3 @@ if expand('%:e') ==# 'html'
\ 'parser': 'html',
\ }
endif
-
-augroup Prettier
- autocmd!
- autocmd BufWritePre *.html call prettier#Autoformat()
-augroup end