From 63a6a6acff5172d6892498d47d7fdb15ca6f790d Mon Sep 17 00:00:00 2001 From: Johan Venter Date: Thu, 24 Dec 2020 12:29:54 -0800 Subject: Stop blowing away the BufWritePre augroup in ftplugins --- ftplugin/vue.vim | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ftplugin/vue.vim') diff --git a/ftplugin/vue.vim b/ftplugin/vue.vim index 6dfa47f..5735238 100644 --- a/ftplugin/vue.vim +++ b/ftplugin/vue.vim @@ -1,8 +1,3 @@ let b:prettier_ft_default_args = { \ 'parser': 'vue', \ } - -augroup Prettier - autocmd! - autocmd BufWritePre *.vue call prettier#Autoformat() -augroup end -- cgit v1.3-5-g9baa