diff --git a/init.vim b/init.vim index 8c14a66..4af4064 100644 --- a/init.vim +++ b/init.vim @@ -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 = {} " ######################################### " #########################################