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', \}