plugin: configure vimtex with tectonic

Co-Authored-by: iGor milhit <igor.milhit@unige.ch>
kickstart
iGor milhit 2023-03-23 13:57:05 +01:00
parent 4816e4a2c2
commit 2e8f13aa4a
Signed by: igor
GPG Key ID: 692D97C3D0228A99
1 changed files with 5 additions and 6 deletions

View File

@ -217,13 +217,12 @@ let g:isort_command='isort'
" #########################################
" #########################################
let g:vimtex_compiler_latexmk = {
\ 'executable' : 'latexmk',
" Vimtex configuration
let g:vimtex_compiler_method = 'tectonic'
let g:vimtex_compiler_tectonic = {
\ 'options' : [
\ '-xelatex',
\ '-file-line-error',
\ '-synctex=1',
\ '-interaction=nonstopmode',
\ '--keep-logs',
\ '-synctex',
\ ],
\}