Some filetype specific settings

This commit is contained in:
Alexander Gehrke 2021-09-21 16:43:00 +02:00
parent d0a301d557
commit f6c0c86580
5 changed files with 17 additions and 16 deletions

View file

@ -1,7 +1,4 @@
let g:vimtex_quickfix_latexlog = {
\ 'overfull' : 0,
\ 'underfull' : 0,
\ 'packages' : {
\ 'default' : 0,
\ },
\}
let g:vimtex_quickfix_ignorefilters = [
\ 'overfull',
\ 'underfull',
\]