diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/_vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/_vimrc b/shell/_vimrc index 85f7a05..a73485a 100644 --- a/shell/_vimrc +++ b/shell/_vimrc @@ -9,6 +9,7 @@ runtime bundle/vim-pathogen/autoload/pathogen.vim execute pathogen#infect() +execute pathogen#helptags() set nocompatible " Be iMproved let mapleader="," " set leader early as otherwise it wouldn't work filetype plugin indent on |