From bfbfa2783e874b943320e9c7d2871093a91c7770 Mon Sep 17 00:00:00 2001 From: lyokha Date: Thu, 14 Mar 2019 14:21:28 +0300 Subject: [PATCH] synced README.md with the remote dev branch --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index dec2b9a..cb70ec4 100644 --- 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 ------------------------------------------------------------------------------