vim:ftplug:tex: Use tex_build as build directory
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user