We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eff9be commit a80411aCopy full SHA for a80411a
install-plugins.sh
@@ -17,7 +17,7 @@ function init {
17
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
18
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
19
20
- pip install flake8 # for vim-flake8
+ sudo pip install flake8 # for vim-flake8
21
22
install
23
@@ -27,8 +27,6 @@ function init {
27
}
28
29
function rebuild() {
30
- set -e
31
- set -o pipefail
32
cd ~/.vim/plugged/YouCompleteMe && git submodule update --init --recursive && ./install.py "$@"
33
34
0 commit comments