vimwiki

Personal wiki for vim
git clone https://github.com/vimwiki/vimwiki.git
Log | Files | Refs | README | LICENSE

commit ca28174dcc6b4c8555846c3f0e28028db39cd626
parent 53301fdf4df65b308a6f3e8c77b567121456d1e1
Author: Rane Brown <rane.brown@gmail.com>
Date:   Mon, 23 Mar 2020 05:53:15 -0600

Add shell command to install helptags #836

Diffstat:
MREADME.md | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -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)