Moving location of installer
This commit is contained in:
parent
f9c12fdd1a
commit
465fbd00ef
@ -1,17 +1,17 @@
|
||||
#!/bin/sh
|
||||
|
||||
# YouCompleteMe
|
||||
pushd ./bundle/YouCompleteMe
|
||||
pushd .vim/bundle/YouCompleteMe
|
||||
git submodule update --init --recursive
|
||||
./install.py
|
||||
popd
|
||||
|
||||
# tern_for_vim
|
||||
pushd ./bundle/tern_for_vim
|
||||
pushd .vim/bundle/tern_for_vim
|
||||
sudo npm install -g tern
|
||||
npm install
|
||||
popd
|
||||
|
||||
# syntastic
|
||||
sudo npm -g install eslint
|
||||
sudo pip install pyflakes
|
||||
sudo pip install pyflakes --upgrade
|
Loading…
Reference in New Issue
Block a user