vimwiki

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

commit 8ccfeb4fdb6af1a5d1eea6221c2340abb6cc378e
parent 87c13f570ad1d57b06ba39bcfb9037afe2b8923f
Author: Rane Brown <rane.brown@gmail.com>
Date:   Fri,  3 Jan 2020 15:34:29 -0700

Add min Vim version, add missing header

Diffstat:
MREADME.md | 10+++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -77,6 +77,9 @@ The result should look something like: ## Installation +VimWiki has been tested on **Vim >= 7.3**. It will likely work on older +versions but will not be officially supported. + ### Prerequisites Make sure you have these settings in your vimrc file: @@ -130,9 +133,10 @@ vim +PluginInstall +qall ``` -Or, download the [zip -archive](https://github.com/vimwiki/vimwiki/archive/master.zip) and extract it -in `~/.vim/bundle/` +#### Manual Install + +Download the [zip archive](https://github.com/vimwiki/vimwiki/archive/master.zip) +and extract it in `~/.vim/bundle/` Then launch Vim, run `:Helptags` and then `:help vimwiki` to verify it was installed.