Save latex build in hidden folder
This commit is contained in:
parent
24a876d56b
commit
d8322bcd2c
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@ let g:vimtex_compiler_method = 'latexmk'
|
|||
let g:vimtex_quickfix_open_on_warning = 0
|
||||
let g:vimtex_quickfix_mode = 2
|
||||
|
||||
let g:vimtex_compiler_latexmk = {
|
||||
\ 'out_dir' : '.vimtex',
|
||||
\}
|
||||
|
||||
" Disable continuous compilation
|
||||
let g:vimtex_compiler_latexmk = {
|
||||
\ 'out_dir' : '.vimtex',
|
||||
\}
|
||||
|
|
Loading…
Add table
Reference in a new issue