Skip to content

Instantly share code, notes, and snippets.

@brentfisher
Created April 22, 2014 04:04
Show Gist options
  • Save brentfisher/11165014 to your computer and use it in GitHub Desktop.
Save brentfisher/11165014 to your computer and use it in GitHub Desktop.
Vundle dotfile
" ge Vundle
" required!
Bundle 'gmarik/vundle'
" My Bundles here:
Bundle 'git://github.com/markabe/bufexplorer.git'
Bundle 'tomtom/tcomment_vim'
Bundle 'git://github.com/Shougo/unite.vim.git'
Bundle 'jcf/vim-latex'
Bundle 'altercation/vim-colors-solarized'
Bundle 'tpope/vim-rails'
Bundle 'tpope/vim-fugitive'
" SnipMate {
Bundle "MarcWeber/vim-addon-mw-utils"
Bundle "tomtom/tlib_vim"
Bundle "garbas/vim-snipmate"
Bundle "honza/vim-snippets"
Bundle "git://github.com/jamescarr/snipmate-nodejs.git"
" }
Bundle 'mileszs/ack.vim'
Bundle 'kien/ctrlp.vim'
Bundle 'godlygeek/tabular'
Bundle 'vim-ruby/vim-ruby'
Bundle 'tpope/vim-rails'
Bundle 'Lokaltog/vim-powerline'
Bundle 'https://github.com/thinca/vim-quickrun'
Bundle 'https://github.com/kchmck/vim-coffee-script.git'
Bundle 'https://github.com/rking/ag.vim'
Bundle 'https://github.com/scrooloose/nerdtree.git'
Bundle "MarcWeber/vim-addon-mw-utils"
Bundle "tomtom/tlib_vim"
Bundle "https://github.com/wincent/Command-T.git"
Bundle "pangloss/vim-javascript"
Bundle "jelera/vim-javascript-syntax"
" Bundle "git://github.com/Valloric/YouCompleteMe"
Bundle 'flazz/vim-colorschemes'
Bundle "git://github.com/Shougo/vimshell.vim"
Bundle 'jelera/vim-javascript-syntax'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment