synced README.md with the remote dev branch

This commit is contained in:
lyokha 2019-03-14 14:21:28 +03:00
parent af8cdc4d62
commit bfbfa2783e

View File

@ -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
------------------------------------------------------------------------------