summaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
Diffstat (limited to 'init.vim')
-rw-r--r--init.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.vim b/init.vim
index 9039b82..1af9c64 100644
--- a/init.vim
+++ b/init.vim
@@ -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',