Remove deleting latex files from build

This should be taken care of by some other tool, like git or whatever
This commit is contained in:
Talia 2020-03-20 18:32:00 +01:00
parent ee32c1df24
commit 1c76b33721
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -953,4 +953,4 @@ endfunction
" --- LaTeX Stuff ---
command! Latex2PDF call Async([ 'lualatex -draftmode '.expand('%'), 'biber '.expand('%:r'), 'lualatex '.expand('%'), ['/bin/bash', '-c', 'rm *.{aux,bbl,dvi,log,blg,bcf,xml,toc}'] ])
command! Latex2PDF call Async([ 'lualatex -draftmode '.expand('%'), 'biber '.expand('%:r'), 'lualatex '.expand('%') ])