vim: vimtex: Ignore more warnings

This commit is contained in:
Simon Bruder 2020-05-27 02:13:58 +02:00
parent d019292971
commit 2435aa2660
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -80,8 +80,8 @@ let g:tex_conceal='abdmg'
let g:vimtex_compiler_progname='$HOME/.local/bin/nvr'
" this disables some helful warnings that often have a reason why I ignore them
let g:vimtex_quickfix_ignore_filters = [
\'Underfull \\hbox (badness [0-9]*) in paragraph at lines',
\'Overfull \\hbox ([0-9]*.[0-9]*pt too wide) in paragraph at lines',
\'Underfull \\hbox (badness [0-9]*) in ',
\'Overfull \\hbox ([0-9]*.[0-9]*pt too wide) in ',
\'Package hyperref Warning: Token not allowed in a PDF string',
\'Package typearea Warning: Bad type area settings!',
\]