Skip to content

Instantly share code, notes, and snippets.

@boopathi
Created January 22, 2015 23:07
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 boopathi/b835969ea25112fa89ca to your computer and use it in GitHub Desktop.
Save boopathi/b835969ea25112fa89ca to your computer and use it in GitHub Desktop.
My Vim settings
# Install pathogen
cd
git clone git@github.com:tpope/vim-pathogen .vim
mkdir .vim/bundle
cd .vim/bundle
# Install SuperTab
git clone git@github.com:ervandew/supertab
# Install Syntastic
git clone git@github.com:scrooloose/syntastic
# Install auto pairs
git clone git@github.com:jiangmiao/auto-pairs.git
# Install nerd commenter
git clone git@github.com:scrooloose/nerdcommenter.git
# Install Snipmate
git clone git@github.com:garbas/vim-snipmate.git
# Install Nerdtree
git clone git@github.com:scrooloose/nerdtree.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment