vim: vimtex: Ignore overfull vbox warnings

master
Simon Bruder 2020-10-17 13:52:08 +02:00
parent 4256631583
commit 8a1a93021b
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ let g:vimtex_syntax_autoload_packages = [
let g:vimtex_quickfix_ignore_filters = [
\'Underfull \\hbox (badness [0-9]*) in ',
\'Overfull \\hbox ([0-9]*.[0-9]*pt too wide) in ',
\'Overfull \\vbox ([0-9]*.[0-9]*pt too high) detected ',
\'Package hyperref Warning: Token not allowed in a PDF string',
\'Package typearea Warning: Bad type area settings!',
\]