vimwiki

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

commit 7ad365e142eeb9e0a4776c15a72ce6621f6d3000
parent 966a94bd477f3b10ae7b66693508274c9aaf1288
Author: Michael F. Schönitzer <michael@schoenitzer.de>
Date:   Wed, 30 May 2018 20:17:54 +0200

Add Installation-Guide for Vim-plug

Installation-note for vim-plug is important since vimplug defaults to master branch. See #503
Diffstat:
MREADME.md | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -135,6 +135,15 @@ Installation using [Pathogen](http://www.vim.org/scripts/script.php?script_id=23 cd bundle git clone https://github.com/vimwiki/vimwiki.git +Installation using [Vim-Plug](https://github.com/junegunn/vim-plug) +------------------------------------------------------------------------------ + +Add the following to the plugin-configuration in your vimrc: + + Plug 'vimwiki/vimwiki', { 'branch': 'dev' } + +Then run `:PlugInstall`. + Installation using [Vundle](https://github.com/VundleVim/Vundle.vim) ------------------------------------------------------------------------------