vimtex: Don't show warnings

This commit is contained in:
Oshgnacknak 2025-04-24 14:40:20 +02:00
parent 371080ecf5
commit e39b03a277
Signed by: Oshgnacknak
GPG key ID: 8CB7375654585956

View file

@ -3,11 +3,6 @@ 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',
\}