vim:ftplug:tex: Use tex_build as build directory

This commit is contained in:
2023-01-08 16:51:24 +01:00
parent e51427143f
commit fdafdb6154

View File

@@ -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',