From 5aee4fb57ec2dc4bbc75f656e6418de3ba2ab5c9 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Tue, 12 May 2015 13:49:53 +0900 Subject: [PATCH] Add missing installation step for tern --- .vim/plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/plugins.vim b/.vim/plugins.vim index 506f525..d938771 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -37,7 +37,7 @@ Plug 'https://github.com/vim-latex/vim-latex.git' if has('unix') 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' } endif