From 368fe61134b0d80810402ed1e26b724786c792e3 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 28 Jul 2018 21:01:59 +0100 Subject: How to index plugins docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 9e02c36..9e9e035 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ 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 -- cgit v1.2.3