From 1d090273ffebaf8ade7e1db9bc4b05783045cca3 Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Sun, 27 Jun 2021 07:50:33 +0200 Subject: [PATCH] xelatex: configure compiler Co-Authored-by: iGor milhit --- init.vim | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/init.vim b/init.vim index 77cf95f..486dcc8 100644 --- a/init.vim +++ b/init.vim @@ -253,6 +253,18 @@ let g:python3_host_prog='/home/igor/.pyenv/versions/neovim3/bin/python' " Imports sorting let g:isort_command='isort' +" ######################################### +" ######################################### +let g:vimtex_compiler_latexmk = { + \ 'executable' : 'latexmk', + \ 'options' : [ + \ '-xelatex', + \ '-file-line-error', + \ '-synctex=1', + \ '-interaction=nonstopmode', + \ ], + \} + " Syntax coloration and color theme syntax enable colorscheme nord