summaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.vim b/init.vim
index 27e9d4c..9039b82 100644
--- a/init.vim
+++ b/init.vim
@@ -41,6 +41,8 @@ let g:vimtex_compiler_latexmk = {
\ ],
\}
+let ch_syntax_for_h = 1
+
augroup pandoc_syntax
au! BufNewFile,BufFilePre,BufRead *.md set filetype=markdown.pandoc
augroup END