neovim/ftplugin/vue.vim
2023-03-27 23:12:54 +08:00

5 lines
88 B
VimL

augroup vue
au!
autocmd BufWritePre *.vue :call CocAction('format')
augroup END