Skip to content

Instantly share code, notes, and snippets.

@jordanhudgens
Created March 10, 2018 18:19
Show Gist options
  • Save jordanhudgens/e26906be8cc1f084918ed261b4849e8d to your computer and use it in GitHub Desktop.
Save jordanhudgens/e26906be8cc1f084918ed261b4849e8d to your computer and use it in GitHub Desktop.
cd ~/.vim/bundle
git clone https://github.com/scrooloose/nerdtree.git
git clone https://github.com/ervandew/supertab.git
git clone git://github.com/tpope/vim-bundler.git
git clone https://github.com/tpope/vim-rails.git
vim -u NONE -c "helptags vim-rails/doc" -c q
git clone git://github.com/tpope/vim-rake.git
git clone git://github.com/tpope/vim-projectionist.git
git clone git://github.com/tpope/vim-endwise.git
git clone https://github.com/tpope/vim-fugitive.git
vim -u NONE -c "helptags vim-fugitive/doc" -c q
git clone git://github.com/airblade/vim-gitgutter.git
git clone https://github.com/thoughtbot/vim-rspec.git
git clone https://github.com/vim-utils/vim-ruby-fold.git
git clone git://github.com/slim-template/vim-slim.git
git clone https://github.com/nelstrom/vim-textobj-rubyblock.git
git clone https://github.com/kana/vim-textobj-user.git
git clone https://github.com/christoomey/vim-tmux-navigator.git
git clone https://github.com/christoomey/vim-tmux-runner.git
git clone git://github.com/skalnik/vim-vroom.git
git clone https://github.com/Shougo/vimproc.vim.git ~/.vim/bundle/vimproc.vim
cd ~/.vim/bundle/vimproc.vim
make
cd ~/.vim/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment