diff options
author | Tharre <tharre3@gmail.com> | 2015-12-08 16:43:01 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2016-10-07 20:13:39 +0000 |
commit | d020a2c2d93600b6f52d1f91acd495677ca1963a (patch) | |
tree | 5879a5d535565665fd47ea6d09a4309a73cb9c31 | |
parent | 7f67f4de63bdbda658d2581e36945b8c46a15ef4 (diff) | |
download | dotfiles-d020a2c2d93600b6f52d1f91acd495677ca1963a.tar.gz dotfiles-d020a2c2d93600b6f52d1f91acd495677ca1963a.tar.xz dotfiles-d020a2c2d93600b6f52d1f91acd495677ca1963a.zip |
vim: pathogen: generate helptags automatically
-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 |