change python default lsp to ruff

ruff is much faster than pylsp so it would be a good fit for flow

closes neurocyte/flow-syntax#13
This commit is contained in:
Daggerfall-is-the-best-TES-game 2025-08-22 20:50:37 -04:00 committed by CJ van den Berg
parent 5dfa156fd6
commit 7a705a4eb4
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -160,7 +160,8 @@ pub const proto = .{};
pub const purescript = .{};
pub const python = .{
.language_server = .{"pylsp"},
.language_server = .{ "ruff", "server" },
.formatter = .{ "ruff", "format", "-" },
};
pub const regex = .{};