From dd4b9e12761b61a72f83b3af7c7378b41554e63b Mon Sep 17 00:00:00 2001 From: sqlwwx Date: Mon, 27 Mar 2017 20:47:48 +0800 Subject: [PATCH] doc install by Vim packages --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5816229..6581b20 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,11 @@ Make sure you have these settings in your vimrc file: Without them Vimwiki will not work properly. +Installation using [Vim packages](http://vimhelp.appspot.com/repeat.txt.html#packages) (since Vim 7.4.1528) +------------------------------------------------------------------------------ + + git clone https://github.com/vimwiki/vimwiki.git ~/.vim/pack/plugins/start/vimwiki + Installation using [Pathogen](http://www.vim.org/scripts/script.php?script_id=2332) ------------------------------------------------------------------------------