vim: vimtex: Ignore overfull vbox warnings
This commit is contained in:
parent
4256631583
commit
8a1a93021b
|
@ -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!',
|
||||
\]
|
||||
|
|
Reference in a new issue