diff options
| author | Mitermayer Reis <mitermayer.reis@gmail.com> | 2019-09-13 14:56:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-13 14:56:12 -0700 |
| commit | e98b108ded5c906dde32db2f9856184e00dfc945 (patch) | |
| tree | 2bb00ea13832cd22f23566250ece8c93954a852e /ftplugin/html.vim | |
| parent | 758415cc88bbe7144964ef3ad770acd400567e55 (diff) | |
| parent | 3dc6684302ff2749570d938e1d49862db0e2648c (diff) | |
| download | vim-prettier-e98b108ded5c906dde32db2f9856184e00dfc945.tar.xz | |
Merge pull request #206 from prettier/issues/184-fixing-undo-step
Adding support for require-pragma and depracting previous naive implemenation
Diffstat (limited to 'ftplugin/html.vim')
| -rw-r--r-- | ftplugin/html.vim | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ftplugin/html.vim b/ftplugin/html.vim index d2f059d..58ab258 100644 --- a/ftplugin/html.vim +++ b/ftplugin/html.vim @@ -5,10 +5,3 @@ if &filetype !~# 'markdown' \ 'parser': 'html', \ } endif - -augroup Prettier - autocmd! - if g:prettier#autoformat - autocmd BufWritePre *.html call prettier#Autoformat() - endif -augroup end |
