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/ruby.vim | |
| parent | 671ca8bd00052cf011c2f276587c95a20557a014 (diff) | |
| download | vim-prettier-63a6a6acff5172d6892498d47d7fdb15ca6f790d.tar.xz | |
Stop blowing away the BufWritePre augroup in ftplugins
Diffstat (limited to 'ftplugin/ruby.vim')
| -rw-r--r-- | ftplugin/ruby.vim | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ftplugin/ruby.vim b/ftplugin/ruby.vim index 53d13cf..3efd86b 100644 --- a/ftplugin/ruby.vim +++ b/ftplugin/ruby.vim @@ -1,8 +1,3 @@ let b:prettier_ft_default_args = { \ 'parser': 'ruby', \ } - -augroup Prettier - autocmd! - autocmd BufWritePre *.rb,*.ruby call prettier#Autoformat() -augroup end |
