add tern support to youcomplete me

This commit is contained in:
Thomas Ruoff
2016-03-01 10:14:20 +01:00
parent 5fa12d62f6
commit c2aa8b5a5d

2
vimrc
View File

@@ -12,7 +12,7 @@ Plug 'Shougo/unite.vim'
Plug 'kien/ctrlp.vim'
Plug 'scrooloose/nerdtree'
Plug 'Valloric/YouCompleteMe', { 'do': './install.sh' }
Plug 'Valloric/YouCompleteMe', { 'do': './install.sh --tern-completer' }
Plug 'sjl/gundo.vim'
Plug 'nathanaelkane/vim-indent-guides'