Skip to content

Instantly share code, notes, and snippets.

@chintak
Last active December 3, 2015 07:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chintak/e503ed23aa5eb3e6893a to your computer and use it in GitHub Desktop.
Save chintak/e503ed23aa5eb3e6893a to your computer and use it in GitHub Desktop.
Install vim packages
# 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