Add shell command to install helptags #836

This commit is contained in:
Rane Brown 2020-03-23 05:53:15 -06:00
parent 53301fdf4d
commit ca28174dcc
1 changed files with 4 additions and 1 deletions

View File

@ -98,11 +98,14 @@ Without them, VimWiki will not work properly.
git clone https://github.com/vimwiki/vimwiki.git ~/.vim/pack/plugins/start/vimwiki
# to generate documentation i.e. ':h vimwiki'
vim -c 'helptags ~/.vim/pack/plugins/start/vimwiki/doc' -c quit
```
Notes:
- See `:h helptags` for information on installing the documentation.
- See `:h helptags` for issues with installing the documentation.
- For general information on vim packages see `:h packages`.
#### Installation using [Pathogen](https://github.com/tpope/vim-pathogen)