vimtex: Only show window on error, ignore warnings

This commit is contained in:
Oshgnacknak 2025-04-21 14:55:44 +02:00
parent 976bf43293
commit 4e14a27a38
Signed by: Oshgnacknak
GPG key ID: 8CB7375654585956

View file

@ -1,5 +1,10 @@
let g:vimtex_view_method = 'zathura'
let g:vimtex_compiler_method = 'latexmk'
let g:vimtex_quickfix_mode = 2
let g:vimtex_compiler_latexmk = {
\ 'out_dir' : '.vimtex',
\}
" This is necessary for VimTeX to load properly. The "indent" is optional.
" Note that most plugin managers will do this automatically.