summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index ed3c8bc..699a467 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,6 +1,9 @@
" bnewbold's .vimrc
" circa 2006-2010
+" import stuff from ~/.vim/bundle via pathogen
+execute pathogen#infect()
+
" enable plugins
filetype plugin on
"filetype plugin indent on