williamboman / mason.nvim

Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.
Apache License 2.0
7.22k stars 258 forks source link

[New package]: Native rust ruff LSP #1723

Closed michelesr closed 1 month ago

michelesr commented 1 month ago

I've searched open & closed issues for similar requests

Package name

ruff

Package homepage

https://astral.sh/ruff

Languages

python

How is this package distributed?

It's shipped with the ruff command line utility, so it can be installed with pip install ruff. The language server has been rewritten from Python to Rust. See: https://astral.sh/blog/ruff-v0.4.5

williambotman commented 1 month ago

Hello! Pull requests are always very welcomed to add new packages. If the distribution of the package is simple, the installation will most likely be so as well. See CONTRIBUTING.md and the API reference for more details! You may also use existing packages as reference.

 🤖 This is an automated comment.    📖 Source code 

michelesr commented 1 month ago

I've realized that it's already there, I'll close the issue. Sorry for the misunderstanding, and great work with Mason!