chore(vim): add configuration for Pandoc

This commit is contained in:
Stefan Imhoff
2021-12-11 14:31:05 +01:00
parent f64c97fdf7
commit 2a8c698670
3 changed files with 15 additions and 24 deletions

6
nvim/plugins/pandoc.vim Normal file
View File

@@ -0,0 +1,6 @@
" 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