|
|
@@ -12,15 +12,15 @@ let g:pandoc#syntax#conceal#use = 0
|
|
|
let g:pandoc#formatting#mode = 'h'
|
|
|
let g:pandoc#formatting#textwidth = 80
|
|
|
|
|
|
-" Write `docx` versions of `pandoc` files on save.
|
|
|
-let g:pandoc#command#autoexec_on_writes = 1
|
|
|
-let g:pandoc#command#autoexec_command = 'Pandoc docx'
|
|
|
+" Don't show the foldcolumn.
|
|
|
+let g:pandoc#folding#fdc = 0
|
|
|
|
|
|
" Correct spelling using first suggestion from spell check.
|
|
|
map <leader>z 1z=
|
|
|
|
|
|
" Omni-complete from bibliographic sources e.g. bibtex. Citekeys start with '@'.
|
|
|
autocmd FileType pandoc let b:vcm_omni_pattern = '@'
|
|
|
+ \| setlocal nonumber norelativenumber
|
|
|
|
|
|
" Create revealjs slides from pandoc_slides files.
|
|
|
autocmd BufRead,BufNewFile *.pandoc_slides set filetype=pandoc
|