From 3ec0e784505cabc8ea0f563de80f87df07298839 Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Fri, 31 Mar 2023 11:27:32 +0200 Subject: [PATCH] plugins: simplify vimtex configuration - Simplifies the vimtex configuration by removing tectonic options in order to avoid keeping build files. Co-Authored-by: iGor milhit --- init.vim | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 = {} " ######################################### " #########################################