xelatex: configure compiler

Co-Authored-by: iGor milhit <igor@milhit.ch>
main
iGor milhit 2021-06-27 07:50:33 +02:00
parent 386f36380b
commit 1d090273ff
Signed by: igor
GPG Key ID: 692D97C3D0228A99
1 changed files with 12 additions and 0 deletions

View File

@ -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