From 38d4dc896230c47ce623f30e5bd6f4c3011f8972 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Wed, 21 Aug 2013 10:17:54 -0400 Subject: replace pathogen with vundle --- vimrc | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index b8f323a..8195ee6 100644 --- a/vimrc +++ b/vimrc @@ -1,10 +1,21 @@ " -" register pathogen +" vundle " -runtime bundle/pathogen/autoload/pathogen.vim -call pathogen#infect() -call pathogen#helptags() +set nocompatible +filetype off + +set rtp+=~/.vim/bundle/vundle/ +call vundle#rc() + +Bundle 'gmarik/vundle' + +Bundle 'scrooloose/nerdtree' +Bundle 'altercation/vim-colors-solarized' +Bundle 'vim-scripts/bufexplorer.zip' +Bundle 'kien/ctrlp.vim' +Bundle 'Lokaltog/vim-powerline' +Bundle 'airblade/vim-gitgutter' " " behavior -- cgit v1.2.3