nvim: ftplugin: markdown: Update pandoc settings
Use citeproc as backend for bibliographic completion. The embedded language setting is required to highlight the language blocks.
This commit is contained in:
parent
30011d5c9d
commit
054b3188ce
1 changed files with 2 additions and 0 deletions
|
@ -11,3 +11,5 @@ let g:pandoc#keyboard#use_default_mappings = 1
|
||||||
let g:pandoc#compiler#command = "pandoc"
|
let g:pandoc#compiler#command = "pandoc"
|
||||||
let g:pandoc#formatting#textwidth = 79
|
let g:pandoc#formatting#textwidth = 79
|
||||||
let g:pandoc#formatting#mode = "hA"
|
let g:pandoc#formatting#mode = "hA"
|
||||||
|
let g:pandoc#completion#bib#mode = 'citeproc'
|
||||||
|
let g:pandoc#syntax#codeblocks#embeds#langs = ["c", "rust", "haskell", "literatehaskell=lhaskell", "bash=sh"]
|
||||||
|
|
Loading…
Reference in a new issue