1
0
nvim-config/plugins/pandoc.vim
valeth c32364f2cc move config/plugins to plugins
same reason as the core config directory
2015-04-14 18:14:29 +02:00

7 lines
200 B
VimL

let g:pandoc#filetypes#handles = [ "pandoc", "markdown" ]
let g:pandoc#filetypes#pandoc_markdown = 1
let g:pandoc#syntax#conceal#use = 0
let g:pandoc#folding#fdc = &fdc