diff options
author | listout <listout@protonmail.com> | 2022-01-04 16:10:51 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-01-04 16:10:51 +0530 |
commit | f40e6ceff62a4cd58226a9dc72c9913cdd5b3ca2 (patch) | |
tree | 5a6304957823c0ff5c5956c6a4bee7901182267f /init.vim | |
parent | 55202f0da0216ca5222781af4755060e5b30b230 (diff) |
included path to latexmk for vimtex
Diffstat (limited to 'init.vim')
-rw-r--r-- | init.vim | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ let g:markdown_minlines = 100 let g:tex_flavor='latex' let g:vimtex_compiler_latexmk = { + \ 'executable' : 'latexmk', \ 'options' : [ \ '-shell-escape', \ '-verbose', |