diff options
author | Matt Singleton <matt@xcolour.net> | 2011-12-19 02:21:27 -0500 |
---|---|---|
committer | Matt Singleton <matt@xcolour.net> | 2011-12-19 02:21:27 -0500 |
commit | bfc70101a4e58bfef1b64a711de849b20be5702c (patch) | |
tree | aeaaf0b57594cc4ae747359a047c46a79bfd1041 /vimrc | |
parent | fb4f5b40fec10a1f589d52b38a45b806471a57aa (diff) |
really get things cooking with pathogen
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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 " |