plugins/lsp: add ruff language server

This commit is contained in:
Gaetan Lepage 2024-04-19 09:50:49 +02:00 committed by Gaétan Lepage
parent 514a51877d
commit 83a7ce9846
2 changed files with 5 additions and 0 deletions

View file

@ -575,6 +575,10 @@ with lib; let
serverName = "rnix";
package = null;
}
{
name = "ruff";
description = "Official ruff language server (Rust) for Python";
}
{
name = "ruff-lsp";
description = "ruff-lsp, for Python";