vimwiki

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

commit ea13b0e84829f141a93930bcf43fcf8f23bc59b4
parent daee3b47961f94081f61018d78b632d33bfc7640
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 @@ -153,7 +153,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`.