diff --git a/vimrc b/vimrc index 0a7cfc4..a8f32eb 100644 --- a/vimrc +++ b/vimrc @@ -1010,7 +1010,9 @@ let g:go_autodetect_gopath = 0 " Autoformat configuration " -au FileType python,javascript au BufWritePre :Autoformat +let g:formatters_vue = ['eslint_local'] + +au FileType python,javascript,vue au BufWritePre :Autoformat au FileType sh,zsh au BufWritePre :call SHFmt() "