Is it possible to make Vimtex use the Location List instead of the Quickfix List for displaying LaTeX warnings and errors? I am looking for something like the following in ALE but in Vimtex:
ALE will report problems with your code in the following ways, listed with
their relevant options.
* By updating loclist. (On by default) - |g:ale_set_loclist|
* By updating quickfix. (Off by default) - |g:ale_set_quickfix|