Skip to content

Instantly share code, notes, and snippets.

@ganine
Created March 9, 2014 21:41
Show Gist options
  • Save ganine/9455156 to your computer and use it in GitHub Desktop.
Save ganine/9455156 to your computer and use it in GitHub Desktop.
set nocompatible
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Bundle 'gmarik/vundle'
Bundle 'vim-scripts/ack.vim'
Bundle 'Lokaltog/vim-easymotion'
Bundle 'kien/ctrlp.vim'
Bundle 'msanders/snipmate.vim'
Bundle 'tpope/vim-vividchalk'
Bundle 'tpope/vim-endwise'
Bundle 'tpope/vim-rbenv'
Bundle 'tpope/vim-bundler'
Bundle 'tpope/vim-rake'
Bundle 'tpope/vim-rails'
Bundle 'tpope/vim-cucumber'
Bundle 'tpope/vim-fugitive'
filetype plugin indent on
set t_Co=256
colorscheme vividchalk
set guitablabel=%M%t
set lines=40
set columns=115
set runtimepath^=~/.vim/bundle/ctrlp.vim-fugitive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment