5 lines
90 B
VimL
5 lines
90 B
VimL
let g:vimtex_quickfix_ignorefilters = [
|
|
\ 'overfull',
|
|
\ 'underfull',
|
|
\]
|