neovim/ftplugin/vue.vim

5 lines
88 B
VimL
Raw Normal View History

2023-02-26 13:29:03 +00:00
augroup vue
au!
autocmd BufWritePre *.vue :call CocAction('format')
augroup END