Add install notes when using vim packages.

Closes #836
This commit is contained in:
Rane Brown 2020-03-23 05:30:13 -06:00
parent 75c557bcbc
commit 53301fdf4d
1 changed files with 5 additions and 0 deletions

View File

@ -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