From 77249e4b9b85616448960976258ed23b6237a657 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Fri, 28 Jul 2017 13:59:13 -0700 Subject: [PATCH] add tern completion to ycm --- vim-files/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim-files/vimrc b/vim-files/vimrc index e1c488a..31e6fb8 100644 --- a/vim-files/vimrc +++ b/vim-files/vimrc @@ -48,7 +48,7 @@ Plug 'janko-m/vim-test' Plug 'tpope/vim-endwise' Plug 'benekastah/neomake' -Plug 'Valloric/YouCompleteMe', { 'do': 'yes \| ./install.sh' } +Plug 'Valloric/YouCompleteMe', { 'do': 'yes \| ./install.py --tern-completer' } Plug 'luochen1990/rainbow'