Last active
December 3, 2015 07:00
-
-
Save chintak/e503ed23aa5eb3e6893a to your computer and use it in GitHub Desktop.
Install vim packages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install pathogen package manager | |
mkdir -p ~/.vim/autoload ~/.vim/bundle && \ | |
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim | |
# Install other packages | |
cd ~/.vim/bundle | |
git clone https://github.com/nvie/vim-flake8.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment