summaryrefslogtreecommitdiff
path: root/init.vim
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2022-01-04 16:10:51 +0530
committerlistout <listout@protonmail.com>2022-01-04 16:10:51 +0530
commitf40e6ceff62a4cd58226a9dc72c9913cdd5b3ca2 (patch)
tree5a6304957823c0ff5c5956c6a4bee7901182267f /init.vim
parent55202f0da0216ca5222781af4755060e5b30b230 (diff)
included path to latexmk for vimtex
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',