aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2011-12-19 02:21:27 -0500
committerMatt Singleton <matt@xcolour.net>2011-12-19 02:21:27 -0500
commitbfc70101a4e58bfef1b64a711de849b20be5702c (patch)
treeaeaaf0b57594cc4ae747359a047c46a79bfd1041
parentfb4f5b40fec10a1f589d52b38a45b806471a57aa (diff)
really get things cooking with pathogen
-rw-r--r--vimrc8
1 files changed, 2 insertions, 6 deletions
diff --git a/vimrc b/vimrc
index 340ce62..3396289 100644
--- a/vimrc
+++ b/vimrc
@@ -3,6 +3,8 @@
"
runtime bundle/pathogen/autoload/pathogen.vim
+call pathogen#infect()
+call pathogen#helptags()
"
" behavior
@@ -108,12 +110,6 @@ colo solarized
set hlsearch
"
-" plugins
-"
-
-helptags $HOME/.vim/doc " load all plugin docs
-
-"
" local additions
"