1
0
nvim-config/plugins/pandoc.vim
valeth 1280005456 update pandoc and crypto plugin configuration
possibly remove/move crypto.vim?
2015-06-16 23:11:44 +02:00

15 lines
413 B
VimL

" the filetypes for which vim-pandoc should be used
let g:pandoc#filetypes#handles = [ "pandoc", "markdown" ]
" enable pandoc for markdown
let g:pandoc#filetypes#pandoc_markdown = 1
" disable the spellchecker
let g:pandoc#spell#enabled = 0
" don't use the conceal functionality
let g:pandoc#syntax#conceal#use = 0
" would you please use the defined foldcolums settings, thanks
let g:pandoc#folding#fdc = &fdc