aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index a5849694..7a67c2c4 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -14,6 +14,11 @@ runtime! config/*.vim
" If our version isn't ancient and Pathogen is available, call it to load all
" the plugins in .vim/bundle; these are saved as submodules
if v:version >= 701
+
+ " Bootstrap Pathogen
+ runtime bundle/pathogen/autoload/pathogen.vim
+
+ " Run Pathogen to broaden 'realtimepath' for plugin code and help tags
silent! call pathogen#infect()
silent! call pathogen#helptags()