plugins: improve vimtex configuration for tectonic

Co-Authored-by: iGor milhit <igor@milhit.ch>
iGor milhit 2022-10-27 12:44:29 +02:00
parent 323ba253fc
commit 0274ddcef1
Signed by: igor
GPG Key ID: 692D97C3D0228A99
1 changed files with 4 additions and 9 deletions

View File

@ -229,15 +229,10 @@ let g:isort_command='isort'
" ######################################### " #########################################
" ######################################### " #########################################
let g:vimtex_compiler_latexmk = { let g:vimtex_compiler_method='tectonic'
\ 'executable' : 'latexmk', let g:vimtex_view_general_viewer='evince'
\ 'options' : [ let g:vimtex_view_general_options='--unique file:@pdf\#src:@line@tex'
\ '-xelatex',
\ '-file-line-error',
\ '-synctex=1',
\ '-interaction=nonstopmode',
\ ],
\}
" ######################################### " #########################################
" ######################################### " #########################################