diff options
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 " |