vimwiki

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

commit 65575fb103dbab11d7abbf5011fe27184e6da754
parent f0fe154ede6b11e3db9b058b930005a056a3d1c6
Author: Justin McIntyre <52301413+FFX3@users.noreply.github.com>
Date:   Sun, 15 Oct 2023 18:57:39 -0400

Update README.md

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

diff --git a/README.md b/README.md @@ -234,7 +234,7 @@ following option in your `.vimrc`: ```vim let g:vimwiki_list = [{'path': '~/vimwiki/', - \ 'syntax': 'markdown', 'ext': '.md'}] + \ 'syntax': 'markdown', 'ext': 'md'}] ```