[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:
parent
96475bcbaa
commit
701d97389b
3 changed files with 11 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue