diff --git a/vimrc.symlink b/vimrc.symlink index ca6e935..083a7da 100644 --- a/vimrc.symlink +++ b/vimrc.symlink @@ -47,6 +47,7 @@ Plug 'gavocanov/vim-js-indent', { 'for': 'javascript' } " JavaScript indent supp Plug 'moll/vim-node', { 'for': 'javascript' } " node support Plug 'othree/yajs.vim', { 'for': 'javascript' } " JavaScript syntax plugin Plug 'othree/es.next.syntax.vim', { 'for': 'javascript' } " ES6 and beyond syntax +Plug 'posva/vim-vue', { 'for': [ 'javascript', 'html' ] } " vue.js integration " Go Plug 'fatih/vim-go', { 'for': [ 'go', 'html', 'gohtmltmpl' ] } " go support