From 53301fdf4df65b308a6f3e8c77b567121456d1e1 Mon Sep 17 00:00:00 2001 From: Rane Brown Date: Mon, 23 Mar 2020 05:30:13 -0600 Subject: [PATCH] Add install notes when using vim packages. Closes #836 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7a01b26..c1d2831 100644 --- 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