Created
March 9, 2014 21:41
-
-
Save ganine/9455156 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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