aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2018-07-30 16:04:11 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-05-29 22:57:27 +0100
commit744ce5638c0cf5ce0e83c94b72b94995aff2a867 (patch)
tree3e7ab87eff5fdd4606df452e7b05b44d70d60487 /README.md
parent368fe61134b0d80810402ed1e26b724786c792e3 (diff)
downloaddotnvim-744ce5638c0cf5ce0e83c94b72b94995aff2a867.tar.gz
dotnvim-744ce5638c0cf5ce0e83c94b72b94995aff2a867.zip
Use pathogen to run helptags
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 0 insertions, 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