mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 17:57:47 +02:00
vimtex: Set out_dir to /tmp/vimtex
This guarantees that auxiliary files won't be present in the current directory from latexmk, and encourages reproducible pdfs with the usage of tectonic.
This commit is contained in:
parent
0f5f85c61d
commit
4e61b89e3b
@ -403,7 +403,7 @@ in
|
|||||||
let g:vimtex_mappings_enabled = 0
|
let g:vimtex_mappings_enabled = 0
|
||||||
let g:vimtex_imaps_enabled = 0
|
let g:vimtex_imaps_enabled = 0
|
||||||
let g:vimtex_view_method = 'zathura'
|
let g:vimtex_view_method = 'zathura'
|
||||||
let g:vimtex_compiler_latexmk = {'build_dir': '.tex'}
|
let g:vimtex_compiler_latexmk = {'out_dir': '/tmp/vimtex'}
|
||||||
|
|
||||||
nnoremap <localleader>f <plug>(vimtex-view)
|
nnoremap <localleader>f <plug>(vimtex-view)
|
||||||
nnoremap <localleader>g <plug>(vimtex-compile)
|
nnoremap <localleader>g <plug>(vimtex-compile)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user