9 ms·
There is a vim-vue plugin: https://github.com/posva/vim-vue https://github.com/posva/vim-vue I'm getting by with the stock html syntax: au BufNewFile,BufR
by aeosynth 10y ago
There is a vim-vue plugin: https://github.com/posva/vim-vue https://github.com/posva/vim-vue
I'm getting by with the stock html syntax:
au BufNewFile,BufRead *.vue set filetype=html
- IgorPartola 10y agoMy current plugin list is: Bundle 'scrooloose/syntastic' Plugin 'tmhedberg/SimpylFold' Plugin 'ipartola/igor-vim' Plugin 'othree/yajs.vim' Plugin 'mxw/vim-jsx' Plugin 'leafgarland/typescript-vim' Plugin 'posva/vim-vue' Plugin 'bronson/vim-trailing-whitespace'