vimwiki

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

commit f60923eaa3acd712fefe75ee424e676f61d2b140
parent 7ad365e142eeb9e0a4776c15a72ce6621f6d3000
Author: EinfachToll <istjanichtzufassen@googlemail.com>
Date:   Wed,  6 Jun 2018 21:27:25 +0200

Make master the recommended branch to use

Discussed in #505

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -140,7 +140,7 @@ 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' } + Plug 'vimwiki/vimwiki' Then run `:PlugInstall`.