diff options
author | listout <listout@protonmail.com> | 2021-11-21 00:03:44 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-11-21 00:03:44 +0530 |
commit | bd174ae7c4fd3338150512e2b1dfb1eb09223906 (patch) | |
tree | ab4804ad2be008e165716e1526dc9e6be884c7f2 /init.vim | |
parent | 4db12833fbef7c88b6cb097919a5692f0f556a22 (diff) |
use ch syntax for c/c++ header files
Diffstat (limited to 'init.vim')
-rw-r--r-- | init.vim | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |