diff --git a/.config/vim/ftplugin/tex.vim b/.config/vim/ftplugin/tex.vim index 1d04c13..3283a21 100644 --- a/.config/vim/ftplugin/tex.vim +++ b/.config/vim/ftplugin/tex.vim @@ -7,7 +7,7 @@ let g:vimtex_compiler_progname = 'nvr' " Setup latexmk and make callback possible with synctex " (Click into PDF to land in code) let g:vimtex_compiler_latexmk = { -\ 'build_dir' : 'build', +\ 'build_dir' : 'tex_build', \ 'callback' : 1, \ 'continuous' : 1, \ 'executable' : 'latexmk',