5 lines
88 B
VimL
5 lines
88 B
VimL
|
augroup vue
|
||
|
au!
|
||
|
autocmd BufWritePre *.vue :call CocAction('format')
|
||
|
augroup END
|