Skip to content

Commit 6fb2021

Browse files
Ashish Panigrahialerque
andauthored
Add example config for using standalone syntax with vimwiki (#341)
Co-authored-by: Caleb Maclennan <caleb@alerque.com>
1 parent 0d1129e commit 6fb2021

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ Vim to load it for certain files. Just add something like this to your vimrc:
4040
augroup END
4141
~~~
4242

43+
For vimwiki users, use
44+
45+
~~~ vim
46+
augroup pandoc_syntax
47+
autocmd! FileType vimwiki set syntax=markdown.pandoc
48+
augroup END
49+
~~~
50+
51+
4352
## Features
4453

4554
* Supports most (if not all) pandoc's markdown features, including tables,

0 commit comments

Comments
 (0)