aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2018-07-28 21:01:59 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:27 +0100
commit368fe61134b0d80810402ed1e26b724786c792e3 (patch)
tree96c98e0e6240baaf0f9983ca2f15d74e4e997046 /README.md
parent29626ac3844f8d5b48a5387da1c5f8e1bbef0ad1 (diff)
downloaddotnvim-368fe61134b0d80810402ed1e26b724786c792e3.tar.gz
dotnvim-368fe61134b0d80810402ed1e26b724786c792e3.zip
How to index plugins docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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