There was an error while loading. Please reload this page.
1 parent 9eff9be commit e9b9337Copy full SHA for e9b9337
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
0 commit comments