From d1af18fa43a304cb05b266e5d17a9c1806528bd3 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Mon, 14 Sep 2015 19:31:42 -0500 Subject: [PATCH] Working through an issue where pathogen doesn't always load the plugins --- home/.vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/.vimrc b/home/.vimrc index 938aade..694e2b0 100644 --- a/home/.vimrc +++ b/home/.vimrc @@ -1,3 +1,6 @@ +" Call pathogen if it's installed +execute pathogen#infect(bundle/{}) + """" " General Settings """" @@ -222,6 +225,3 @@ function! HasPaste() return '' endfunction -" Call pathogen if it's installed -call pathogen#infect() -