dotvim/.vim/install.sh

18 lines
266 B
Bash
Raw Normal View History

2016-06-29 04:23:36 +00:00
#!/bin/sh
# YouCompleteMe
pushd ./bundle/YouCompleteMe
git submodule update --init --recursive
./install.py
popd
# tern_for_vim
pushd ./bundle/tern_for_vim
sudo npm install -g tern
npm install
popd
# syntastic
sudo npm -g install eslint
sudo pip install pyflakes