Skip to content

Commit

Permalink
Update vimtex_quickfix filters to work with new version of vimtex
Browse files Browse the repository at this point in the history
  • Loading branch information
mgunyho committed Jul 3, 2022
1 parent 30178e1 commit c1eb005
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ftplugin/tex.vim
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ setlocal spell spelllang=en_us

" vimtex settings
" Disable overfull/underfull \hbox and all package warnings
let g:vimtex_quickfix_latexlog = {
\ 'overfull' : 0,
\ 'underfull' : 0,
\}
let g:vimtex_quickfix_ignore_filters = [
\ 'Overfull',
\ 'Underfull',
\]

" don't open quickfix window
" let g:vimtex_quickfix_mode = 0
Expand Down

0 comments on commit c1eb005

Please sign in to comment.