mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
7 lines
195 B
VimL
7 lines
195 B
VimL
" vim-pandoc
|
|
" https://github.com/vim-pandoc/vim-pandoc
|
|
|
|
let g:pandoc#modules#disabled = ["folding", "chdir"]
|
|
let g:pandoc#spell#default_langs = ['de_de', 'en_us']
|
|
let g:pandoc#spell#enabled = 0
|