> 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?