|
|
@ -49,6 +49,7 @@ Plug 'othree/yajs.vim', { 'for': 'javascript' } " JavaScript syntax plugin |
|
|
|
Plug 'othree/es.next.syntax.vim', { 'for': 'javascript' } " ES6 and beyond syntax |
|
|
|
Plug 'ternjs/tern_for_vim', { 'for': 'javascript', 'do': 'npm install' } " Ternjs for vim |
|
|
|
Plug 'https://github.com/othree/jspc.vim', { 'for': 'javascript' } " Function parameter completion |
|
|
|
Plug 'heavenshell/vim-jsdoc', { 'for': 'javascript' } " Generate JSDoc comments |
|
|
|
Plug 'posva/vim-vue', { 'for': [ 'javascript', 'html' ] } " vue.js integration |
|
|
|
|
|
|
|
" Go |
|
|
|