From e39b03a277ba60ed01218beb01d3e0a65e53588c Mon Sep 17 00:00:00 2001 From: Oshgnacknak Date: Thu, 24 Apr 2025 14:40:20 +0200 Subject: [PATCH] vimtex: Don't show warnings --- _config/nvim/plugin/tex.vim | 5 ----- 1 file changed, 5 deletions(-) diff --git a/_config/nvim/plugin/tex.vim b/_config/nvim/plugin/tex.vim index f758be4..340502f 100644 --- a/_config/nvim/plugin/tex.vim +++ b/_config/nvim/plugin/tex.vim @@ -3,11 +3,6 @@ let g:vimtex_compiler_method = 'latexmk' let g:vimtex_quickfix_open_on_warning = 0 let g:vimtex_quickfix_mode = 2 -let g:vimtex_compiler_latexmk = { - \ 'out_dir' : '.vimtex', - \} - -" Disable continuous compilation let g:vimtex_compiler_latexmk = { \ 'out_dir' : '.vimtex', \}