vimwiki

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

commit bfbfa2783e874b943320e9c7d2871093a91c7770
parent af8cdc4d62948432cdb98b435cad616c46c3b5f1
Author: lyokha <alexey.radkov@gmail.com>
Date:   Thu, 14 Mar 2019 14:21:28 +0300

synced README.md with the remote dev branch

Diffstat:
MREADME.md | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -115,6 +115,16 @@ Changing Wiki Syntax Vimwiki currently ships with 3 syntaxes: Vimwiki (default), Markdown (markdown), and MediaWiki (media) + If you would prefer to use either Markdown or MediaWiki syntaxes, set the following option in your .vimrc: + ``` + let g:vimwiki_list = [{'path': '~/vimwiki/', + \ 'syntax': 'markdown', 'ext': '.md'}] + ``` + + +Installation +============================================================================== + Prerequisites ------------------------------------------------------------------------------