-
Notifications
You must be signed in to change notification settings - Fork 404
Description
Hi, is there an option or an easy way to get automatically errors appearing before warnings in the quickfix window when calling (vimtex-errors)
? I've seen that there is an option to hide some warnings, but still it happens to me when working on large documents that it would be useful to display (at least some of) the warnings, however it is even more important to quickly see the error messages (which, for now, are often hidden because both warning and error messages are ordered by the line number of their occurence in the document, and the quickfix window is small).
Suggestion: a boolean option such that, if activated, all error messages appear before the warning messages (and then inside each group, sorting is still performed according to line numbers).
Note: I use the default log parser.