plugin: configure vimtex with tectonic
Co-Authored-by: iGor milhit <igor.milhit@unige.ch>main
parent
4816e4a2c2
commit
2e8f13aa4a
11
init.vim
11
init.vim
|
@ -217,13 +217,12 @@ let g:isort_command='isort'
|
||||||
|
|
||||||
" #########################################
|
" #########################################
|
||||||
" #########################################
|
" #########################################
|
||||||
let g:vimtex_compiler_latexmk = {
|
" Vimtex configuration
|
||||||
\ 'executable' : 'latexmk',
|
let g:vimtex_compiler_method = 'tectonic'
|
||||||
|
let g:vimtex_compiler_tectonic = {
|
||||||
\ 'options' : [
|
\ 'options' : [
|
||||||
\ '-xelatex',
|
\ '--keep-logs',
|
||||||
\ '-file-line-error',
|
\ '-synctex',
|
||||||
\ '-synctex=1',
|
|
||||||
\ '-interaction=nonstopmode',
|
|
||||||
\ ],
|
\ ],
|
||||||
\}
|
\}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue