diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2019-09-13 21:38:53 +0000 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2019-09-13 21:38:53 +0000 |
| commit | 3dc6684302ff2749570d938e1d49862db0e2648c (patch) | |
| tree | 2bb00ea13832cd22f23566250ece8c93954a852e /ftplugin | |
| parent | 7ac46762931442491b13401411a1b4eb65272099 (diff) | |
| download | vim-prettier-3dc6684302ff2749570d938e1d49862db0e2648c.tar.xz | |
issues/184-fixing-undo-step - Removing previous naive implementation of
requirePragma
- This commit ensures that we use `prettier` default way to identify
pragmas for the auto save and remove our previous naive implementation
Diffstat (limited to 'ftplugin')
| -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 |
