vimwiki

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

commit 53301fdf4df65b308a6f3e8c77b567121456d1e1
parent 75c557bcbca7d9ebf461629e2818e7c21786e6f7
Author: Rane Brown <rane.brown@gmail.com>
Date:   Mon, 23 Mar 2020 05:30:13 -0600

Add install notes when using vim packages.

Closes #836

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

diff --git a/README.md b/README.md @@ -100,6 +100,11 @@ git clone https://github.com/vimwiki/vimwiki.git ~/.vim/pack/plugins/start/vimwi ``` +Notes: + +- See `:h helptags` for information on installing the documentation. +- For general information on vim packages see `:h packages`. + #### Installation using [Pathogen](https://github.com/tpope/vim-pathogen) ```sh