add tern completion to ycm

This commit is contained in:
Haak Saxberg 2017-07-28 13:59:13 -07:00 committed by Haak Saxberg
parent ab96ecb650
commit 77249e4b9b

View file

@ -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'