Browse Source

Use ternjs for deoplete

coc
Schneider 6 years ago
parent
commit
3086440b95
  1. 2
      vimrc.symlink

2
vimrc.symlink

@ -60,10 +60,10 @@ Plug 'gavocanov/vim-js-indent', { 'for': [ 'javascript' ]} " JavaScript indent s
Plug 'moll/vim-node', { 'for': [ 'javascript', 'vue' ]} " node support
"Plug 'othree/yajs.vim', { 'for': [ 'javascript', 'vue' ]} " JavaScript syntax plugin
"Plug 'othree/es.next.syntax.vim', { 'for': [ 'javascript', 'vue' ]} " ES6 and beyond syntax
Plug 'ternjs/tern_for_vim', { 'for':[ 'javascript', 'vue' ], 'do': 'npm install' } " Ternjs for vim
Plug 'https://github.com/othree/jspc.vim', { 'for': [ 'javascript', 'vue' ]} " Function parameter completion
Plug 'heavenshell/vim-jsdoc', { 'for': [ 'javascript', 'vue' ]} " Generate JSDoc comments
Plug 'posva/vim-vue', { 'for': [ 'javascript', 'html', 'vue' ] } " vue.js integration
Plug 'carlitux/deoplete-ternjs', { 'for': [ 'javascript', 'vue', 'html' ], 'do': 'npm install -g tern' }
" Go
Plug 'fatih/vim-go', { 'for': [ 'go', 'html', 'gohtmltmpl' ], 'do': ':GoInstallBinaries' } " go support

Loading…
Cancel
Save