plugins: improve vimtex configuration for tectonic
Co-Authored-by: iGor milhit <igor@milhit.ch>
parent
323ba253fc
commit
0274ddcef1
13
init.vim
13
init.vim
|
@ -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',
|
|
||||||
\ ],
|
|
||||||
\}
|
|
||||||
|
|
||||||
" #########################################
|
" #########################################
|
||||||
" #########################################
|
" #########################################
|
||||||
|
|
Loading…
Reference in New Issue