plugins: simplify vimtex configuration

- Simplifies the vimtex configuration by removing tectonic options in
  order to avoid keeping build files.

Co-Authored-by: iGor milhit <igor@milhit.ch>
kickstart
iGor milhit 2023-03-31 11:27:32 +02:00
parent 6fe4acbaf8
commit 3ec0e78450
Signed by: igor
GPG Key ID: 692D97C3D0228A99
1 changed files with 1 additions and 6 deletions

View File

@ -225,12 +225,7 @@ let g:isort_command='isort'
" #########################################
" Vimtex configuration
let g:vimtex_compiler_method = 'tectonic'
let g:vimtex_compiler_tectonic = {
\ 'options' : [
\ '--keep-logs',
\ '-synctex',
\ ],
\}
let g:vimtex_compiler_tectonic = {}
" #########################################
" #########################################