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.94k stars 204 forks source link

Linter "biomejs" cannot be resolved into a Mason package #669

Open jbolila opened 2 days ago

jbolila commented 2 days ago

Biome is registered differently on Mason https://mason-registry.dev/registry/list?search=biome#biome and here in this project.

This is causing issues in the integration between different plugins, e.g.

[mason-nvim-lint] Linter "biomejs" cannot be resolved into a Mason package. Make sure to only provide valid linter names.

Thanks