diff --git a/.vim/install.sh b/install.sh similarity index 64% rename from .vim/install.sh rename to install.sh index 7397340..562f887 100755 --- a/.vim/install.sh +++ b/install.sh @@ -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