Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: only filter msg if sev is hardcoded
Fixes previous breaking change that prevented nvim severity tables from working, such as: require("trouble").setup({ severity = { min = vim.diagnostic.severity.INFO }, }) Optimal fix might be a less naive way of filtering severity, but I'd leave that for somebody that cares about this feature.
- Loading branch information