From 744ce5638c0cf5ce0e83c94b72b94995aff2a867 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Mon, 30 Jul 2018 16:04:11 +0100 Subject: Use pathogen to run helptags --- README.md | 4 ---- vimrc | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 9e9e035..9e02c36 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,6 @@ If you're not using vim 8; create a `.vimrc` with: git submodule add https://github.com/user/foo.git bundle/foo git commit -m "Added foo plugin" -You may want to index the plugin docs with: - - :helptags ~/.vim/bundle/foo/doc/ - ## Updating plugins git submodule foreach git pull origin master diff --git a/vimrc b/vimrc index b51052d..fcc00f9 100644 --- a/vimrc +++ b/vimrc @@ -86,6 +86,7 @@ map :!ctags -R -f ./.tags . set omnifunc=syntaxcomplete#Complete call pathogen#infect() +call pathogen#helptags() " looks nice; apparently needs to go after pathogen set background=dark -- cgit v1.2.3