Skip to content

Instantly share code, notes, and snippets.

@mattbailey
Created January 20, 2014 17:37
Show Gist options
  • Save mattbailey/8524870 to your computer and use it in GitHub Desktop.
Save mattbailey/8524870 to your computer and use it in GitHub Desktop.
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
call pathogen#infect()
Bundle 'gmarik/vundle'
Bundle 'bruno-/vim-vertical-move'
Bundle 'matchit.zip'
Bundle 'The-NERD-Commenter'
Bundle 'suan/vim-instant-markdown'
Bundle 'altercation/vim-colors-solarized'
Bundle 'tpope/vim-endwise'
Bundle 'scrooloose/nerdtree'
Bundle 'tpope/vim-haml'
Bundle 'vim-ruby/vim-ruby'
Bundle 'sjl/badwolf'
Bundle 'benmills/vimux'
Bundle 'majutsushi/tagbar'
Bundle 'tpope/vim-fugitive'
Bundle 'mattboehm/unstack'
Bundle 'justinmk/vim-gtfo'
Bundle 'ervandew/supertab'
Bundle 'scrooloose/syntastic'
Bundle 'tpope/vim-rake'
Bundle 'tpope/vim-dispatch'
Bundle 'tpope/vim-markdown'
Bundle 'tpope/vim-cucumber'
Bundle 'tpope/vim-bundler'
Bundle 'bling/vim-airline'
Bundle 'airblade/vim-gitgutter'
Bundle 'cwoac/nvim'
Bundle 'sheerun/vim-polyglot'
Bundle 'ecomba/vim-ruby-refactoring'
Bundle 'LaTeX-Box-Team/LaTeX-Box'
Bundle 'mattboehm/vim-accordion'
Bundle 'vim-scripts/SyntaxRange'
Bundle 'ivyl/vim-bling'
Bundle 'rizzatti/funcoo.vim'
Bundle 'rizzatti/dash.vim'
Bundle 'justinmk/vim-sneak'
Bundle 'kien/ctrlp.vim'
Bundle 'Valloric/YouCompleteMe'
Bundle 'editorconfig/editorconfig-vim'
Bundle 'pangloss/vim-javascript'
Bundle 'osyo-manga/vim-over'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment