[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67442: [PATCH] eglot: Add ruff-lsp as an alternative python server
From: |
Eli Zaretskii |
Subject: |
bug#67442: [PATCH] eglot: Add ruff-lsp as an alternative python server |
Date: |
Sat, 25 Nov 2023 13:09:00 +0200 |
> From: Niall Dooley <dooleyn@gmail.com>
> Date: Fri, 24 Nov 2023 23:42:28 +0100
>
> ruff-lsp [1] is a Language Server Protocol implementation for Ruff [2,
> 3], an extremely fast Python linter and code formatter, written in
> Rust.
>
> It supports surfacing Ruff diagnostics and providing Code Actions to
> fix them, but is intended to be used alongside another Python LSP in
> order to support features like navigation and autocompletion.
What do you mean by "alongside"?
João, does Eglot support such "alongside" servers?