nvim/after/plugin/vimtex.vim

5 lines
90 B
VimL
Raw Normal View History

2021-09-21 14:43:00 +00:00
let g:vimtex_quickfix_ignorefilters = [
\ 'overfull',
\ 'underfull',
\]