[nvim] Set all markdown-like documents to pandoc

Whenever I write markdown, I want it to be interpreted by pandoc rather
than markdown itself. I write the pandoc flavor of md, I want the pandoc
plugin to handle the files, and I want to enable citations and
compilation in every markdown file.
This commit is contained in:
Marty Oehme 2020-05-26 17:40:45 +02:00
parent 96475bcbaa
commit 701d97389b
No known key found for this signature in database
GPG key ID: 0CCB0526EFB9611A
3 changed files with 11 additions and 6 deletions

View file

@ -11,8 +11,6 @@ function! s:Prose()
setlocal conceallevel=2
setlocal foldlevel=2
endfunction
" enable syntax highlighting for codeblocks WITHIN markdown
let g:markdown_fenced_languages = ['html', 'python', 'bash=sh', 'javascipt', 'go']
" invoke it manually by writing :Prose
" or, it will get automatically sourced for certain filetypes in