Skip to content

Instantly share code, notes, and snippets.

@preslavmihaylov
Created June 8, 2018 12:55
Show Gist options
  • Save preslavmihaylov/43551db2256a5661cbfd722ced46d510 to your computer and use it in GitHub Desktop.
Save preslavmihaylov/43551db2256a5661cbfd722ced46d510 to your computer and use it in GitHub Desktop.
Simple install of pathogen vim plugin
mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment