Browse Source

Working through an issue where pathogen doesn't always load the plugins

master
Drew Short 9 years ago
parent
commit
d1af18fa43
  1. 6
      home/.vimrc

6
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()
Loading…
Cancel
Save