From dd2a8ff2bcc25c7502d3f31896239a6661ff5a18 Mon Sep 17 00:00:00 2001 From: Julian Hossbach Date: Thu, 14 Aug 2025 19:06:11 +0200 Subject: [PATCH] Update README.md Mention availability of native ruff LSP --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8035184..e53b5e7 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,12 @@ [![Anaconda](https://anaconda.org/conda-forge/python-lsp-ruff/badges/version.svg)](https://anaconda.org/conda-forge/python-lsp-ruff) [![Python](https://github.com/python-lsp/python-lsp-ruff/actions/workflows/python.yml/badge.svg)](https://github.com/python-lsp/python-lsp-ruff/actions/workflows/python.yml) -`python-lsp-ruff` is a plugin for `python-lsp-server` that adds linting, code action and formatting capabilities that are provided by [ruff](https://github.com/charliermarsh/ruff), +`python-lsp-ruff` is a plugin for `python-lsp-server` that adds **linting**, **code actions** and **formatting** capabilities that are provided by [ruff](https://github.com/charliermarsh/ruff), an extremely fast Python linter and formatter written in Rust. +Note that `ruff>0.4.5` ships with a built-in LSP server (and `ruff-lsp` before that), which allows linting, formatting and code actions. +In contrast, this implementation adds `ruff` as a plugin for `pylsp` in addition to `pylsp`'s other functionalities (go-to support, ...). + ## Install In the same `virtualenv` as `python-lsp-server`: