From bfc70101a4e58bfef1b64a711de849b20be5702c Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Mon, 19 Dec 2011 02:21:27 -0500 Subject: really get things cooking with pathogen --- vimrc | 8 ++------ 1 file 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 @@ -107,12 +109,6 @@ set background=light colo solarized set hlsearch -" -" plugins -" - -helptags $HOME/.vim/doc " load all plugin docs - " " local additions " -- cgit v1.2.3