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