1
0
nvim-config/plugins/vim-pandoc.vim
2016-04-20 18:12:59 +02:00

18 lines
479 B
VimL

Plug 'vim-pandoc/vim-pandoc'
Plug 'vim-pandoc/vim-pandoc-syntax'
" the filetypes for which vim-pandoc should be used
let g:pandoc#filetypes#handles = [ "markdown", "pandoc" ]
" 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