diff --git a/after/plugin/vimtex.vim b/after/plugin/vimtex.vim new file mode 100644 index 0000000..a1ec473 --- /dev/null +++ b/after/plugin/vimtex.vim @@ -0,0 +1,7 @@ +let g:vimtex_quickfix_latexlog = { + \ 'overfull' : 0, + \ 'underfull' : 0, + \ 'packages' : { + \ 'default' : 0, + \ }, + \}