IMPROVE: Create dedicated build dir

This commit is contained in:
Jean-Claude 2020-06-28 22:24:20 +02:00
parent a22026b61c
commit 9c169e773c
Signed by untrusted user: jeanclaude
GPG Key ID: 8A300F57CBB9F63E
1 changed files with 4 additions and 0 deletions

View File

@ -1,2 +1,6 @@
let g:vimtex_compiler_progname = 'nvr'
let g:tex_flavor='latex'
let g:vimtex_view_method='zathura'
let g:vimtex_compiler_latexmk = {
\ 'build_dir' : 'build',
\}