From d8322bcd2ca8d602dcc5f1586661fb51c6c00e31 Mon Sep 17 00:00:00 2001 From: Oshgnacknak Date: Wed, 19 Mar 2025 15:30:09 +0100 Subject: [PATCH] Save latex build in hidden folder --- _config/nvim/plugin/tex.vim | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_config/nvim/plugin/tex.vim b/_config/nvim/plugin/tex.vim index 340502f..f758be4 100644 --- a/_config/nvim/plugin/tex.vim +++ b/_config/nvim/plugin/tex.vim @@ -3,6 +3,11 @@ 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', \}