Hacker News new | ask | show | jobs
by aeosynth 3477 days ago
There is a vim-vue plugin: https://github.com/posva/vim-vue

I'm getting by with the stock html syntax:

    au BufNewFile,BufRead *.vue set filetype=html
1 comments

My 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'