mfussenegger / nvim-lint

An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.
GNU General Public License v3.0
1.76k stars 191 forks source link

Can't make oxlint work #595

Open dpecos opened 1 month ago

dpecos commented 1 month ago

I'm using oxlint as explained in their website:

npx oxlint@latest

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?