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:
parent
ee32c1df24
commit
1c76b33721
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -953,4 +953,4 @@ endfunction
|
||||||
|
|
||||||
" --- LaTeX Stuff ---
|
" --- 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('%') ])
|
||||||
|
|
Loading…
Reference in a new issue