summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2015-12-08 16:43:01 +0100
committerTharre <tharre3@gmail.com>2016-10-07 20:13:39 +0000
commitd020a2c2d93600b6f52d1f91acd495677ca1963a (patch)
tree5879a5d535565665fd47ea6d09a4309a73cb9c31
parent7f67f4de63bdbda658d2581e36945b8c46a15ef4 (diff)
downloaddotfiles-d020a2c2d93600b6f52d1f91acd495677ca1963a.tar.gz
dotfiles-d020a2c2d93600b6f52d1f91acd495677ca1963a.tar.xz
dotfiles-d020a2c2d93600b6f52d1f91acd495677ca1963a.zip
vim: pathogen: generate helptags automatically
-rw-r--r--shell/_vimrc1
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