diff options
| author | Johan Venter <johan@saasquatch.com> | 2020-12-24 12:29:54 -0800 |
|---|---|---|
| committer | Johan Venter <johan@saasquatch.com> | 2020-12-24 12:29:54 -0800 |
| commit | 63a6a6acff5172d6892498d47d7fdb15ca6f790d (patch) | |
| tree | 552db5b3206cd30f319104d98ac9890fbacf4072 /ftplugin/xml.vim | |
| parent | 671ca8bd00052cf011c2f276587c95a20557a014 (diff) | |
| download | vim-prettier-63a6a6acff5172d6892498d47d7fdb15ca6f790d.tar.xz | |
Stop blowing away the BufWritePre augroup in ftplugins
Diffstat (limited to 'ftplugin/xml.vim')
| -rw-r--r-- | ftplugin/xml.vim | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ftplugin/xml.vim b/ftplugin/xml.vim index 649bfb1..fd45c5f 100644 --- a/ftplugin/xml.vim +++ b/ftplugin/xml.vim @@ -5,8 +5,3 @@ if expand('%:e') ==# 'xml' \ 'parser': 'xml', \ } endif - -augroup Prettier - autocmd! - autocmd BufWritePre *.xml call prettier#Autoformat() -augroup end |
