Files
dotfiles/nvim/plugin-config/pandoc.vim
2021-12-11 16:06:51 +01:00

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