Add missing installation step for tern

This commit is contained in:
Alex Yatskov 2015-05-12 13:49:53 +09:00
parent 4156dfcbe4
commit 5aee4fb57e

View File

@ -37,7 +37,7 @@ Plug 'https://github.com/vim-latex/vim-latex.git'
if has('unix') if has('unix')
Plug 'https://github.com/Valloric/YouCompleteMe.git', { 'do': './install.sh --clang-completer' } Plug 'https://github.com/Valloric/YouCompleteMe.git', { 'do': './install.sh --clang-completer' }
Plug 'https://github.com/marijnh/tern_for_vim', { 'do': 'npm update' } Plug 'https://github.com/marijnh/tern_for_vim', { 'do': 'sudo npm install -g tern' }
Plug 'https://github.com/scrooloose/syntastic.git', { 'do': 'sudo npm -g install jshint; sudo pip install pyflakes' } Plug 'https://github.com/scrooloose/syntastic.git', { 'do': 'sudo npm -g install jshint; sudo pip install pyflakes' }
endif endif