diff options
author | Juan J. Martinez <jjm@usebox.net> | 2018-07-28 21:01:59 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-05-29 22:57:27 +0100 |
commit | 368fe61134b0d80810402ed1e26b724786c792e3 (patch) | |
tree | 96c98e0e6240baaf0f9983ca2f15d74e4e997046 | |
parent | 29626ac3844f8d5b48a5387da1c5f8e1bbef0ad1 (diff) | |
download | dotnvim-368fe61134b0d80810402ed1e26b724786c792e3.tar.gz dotnvim-368fe61134b0d80810402ed1e26b724786c792e3.zip |
How to index plugins docs
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |