mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(vim): add configuration for Pandoc
This commit is contained in:
6
nvim/plugins/pandoc.vim
Normal file
6
nvim/plugins/pandoc.vim
Normal 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
|
||||
Reference in New Issue
Block a user