nvimtools / none-ls.nvim

null-ls.nvim reloaded / Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
The Unlicense
2.39k stars 69 forks source link

feat(biome): add biome_check #116

Closed ton1517 closed 4 months ago

ton1517 commented 4 months ago

biome format supports only formatting, but biome check supports formatting, auto fixes and import sorting.

see https://biomejs.dev/reference/cli/#biome-check

mochaaP commented 4 months ago

imo this should be the job of biome lsp-proxy. If you really wanted this, submit it to none-ls-extras.nvim.

ton1517 commented 4 months ago

@mochaaP Ok, thank you for the review.