From 3086440b952c2e2de09f46e9d945beb6c0d59f3a Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Thu, 5 Apr 2018 21:14:12 +0200 Subject: [PATCH] Use ternjs for deoplete --- vimrc.symlink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc.symlink b/vimrc.symlink index 795e521..b25739d 100644 --- a/vimrc.symlink +++ b/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