Skip to content

Instantly share code, notes, and snippets.

@ys
Created August 5, 2013 09:54
Show Gist options
  • Save ys/6154741 to your computer and use it in GitHub Desktop.
Save ys/6154741 to your computer and use it in GitHub Desktop.
set nocompatible
" ========================================================================
" Vundle stuff
" ========================================================================
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
" Let Vundle manage Vundle (required)!
Bundle 'gmarik/vundle'
" My bundles
Bundle 'mattn/gist-vim'
Bundle 'mattn/webapi-vim'
Bundle 'mileszs/ack.vim'
Bundle 'thoughtbot/vim-rspec'
Bundle 'vim-scripts/tComment'
Bundle 'tpope/vim-endwise'
Bundle 'tpope/vim-fugitive'
Bundle 'tpope/vim-rails'
Bundle 'tpope/vim-rbenv'
Bundle 'tpope/vim-surround'
Bundle 'vim-ruby/vim-ruby'
Bundle 'wincent/Command-T'
Bundle 'tsaleh/vim-matchit'
Bundle 'jnwhiteh/vim-golang'
filetype on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment