vim: vimtex: Ignore more warnings
This commit is contained in:
parent
d019292971
commit
2435aa2660
|
@ -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!',
|
||||
\]
|
||||
|
|
Reference in a new issue