diff --git a/home/.config/nvim/init.vim b/home/.config/nvim/init.vim index c1e9336..e4f0cc4 100644 --- a/home/.config/nvim/init.vim +++ b/home/.config/nvim/init.vim @@ -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!', \]