-
Possibly very silly question: I am using neovim with texlab and vimtex (thanls, this is awesome!) and both seem to report diagnostics, which is fine. I am separately filtering texlab diagnostics but seem to only find filters for the quickfix list in vimtex. This works fine to filter out package warnings for me in the quickfix window: vim.g.vimtex_quickfix_ignore_filters = {
'Package .* Warning:',
} I still get diagnostics with source "latex" reported though. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It's hard to provide a good answer here unless you provide an example that reproduces some undesired warnings. VimTeX should not really put anything into your diagnistics, as it only uses the quickfix lists. However, you may have some configuration that converts quickfix lists into diagnostics? |
Beta Was this translation helpful? Give feedback.
My apologies! It turns out that there was an interference of texlab after all, which I misconfigured. This has nothing to do with vimtex. Thanks anyway for the quick response!