You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had the same issue and after managing to log out the error from inside nvim-lint, it turns out that mason is installing an old version of oxlint (0.0.20) which doesn’t understand the “--format unix” arg which nvim-lint passes it
the latest oxlint version is 0.5.2, I have submitted a PR (mason-org/mason-registry#6380) to bump the version in the mason registry which will fix this and make oxlint diagnostics appear correctly
I'm using oxlint as explained in their website:
and I get a bunch of findings.
But I can't make those diagnostics appear in neovim.
nvim-lint
does show diagnostics for other filetypes.I've also install oxlint via
mason
, but nothing changed.Any tips?
The text was updated successfully, but these errors were encountered: