vimwiki

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

commit e16dc41a50f3c8c0158fe844490e3eb3b4f013e3
parent 19f1d362294b38c624dcf26ab30ccfc463a642bc
Author: EinfachToll <istjanichtzufassen@googlemail.com>
Date:   Fri,  1 Feb 2019 17:51:41 +0100

The recommended branch to use is master, not dev

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

diff --git a/README-cn.md b/README-cn.md @@ -135,7 +135,7 @@ normal 模式: 在 `vimrc` 中加入以下插件设置: - Plug 'vimwiki/vimwiki', { 'branch': 'dev' } + Plug 'vimwiki/vimwiki' 然后运行 `:PlugInstall`。