aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorMatt Singleton <matt@datadoghq.com>2013-08-21 10:17:54 -0400
committerMatt Singleton <matt@xcolour.net>2013-08-21 10:24:11 -0400
commit38d4dc896230c47ce623f30e5bd6f4c3011f8972 (patch)
treec4d3ab7443dd9d16596a1b5e9cc054eb71bde0e2 /vimrc
parent9d2b90e47f451fd39dae9e274a44a685e3ee907c (diff)
replace pathogen with vundle
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc19
1 files changed, 15 insertions, 4 deletions
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