Fixups
This commit is contained in:
parent
862334e99d
commit
a92e10542c
@ -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': 'sudo npm install -g tern' }
|
||||
Plug 'https://github.com/marijnh/tern_for_vim', { 'do': 'sudo npm install -g tern; npm install' }
|
||||
Plug 'https://github.com/scrooloose/syntastic.git', { 'do': 'sudo npm -g install jshint; sudo pip install pyflakes' }
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user