7 lines
262 B
Plaintext
7 lines
262 B
Plaintext
|
{# Pandoc specific stuff because there's no LSP for it #}
|
||
|
{{ add_source('vim-pandoc/vim-pandoc') -}}
|
||
|
{{ add_source('vim-pandoc/vim-pandoc-syntax') -}}
|
||
|
let g:pandoc#modules#disabled = ["folding"]
|
||
|
let g:pandoc#spell#enabled = 0
|
||
|
let g:pandoc#syntax#conceal#use = 0
|