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:
parent
5dfa156fd6
commit
7a705a4eb4
1 changed files with 2 additions and 1 deletions
|
@ -160,7 +160,8 @@ pub const proto = .{};
|
||||||
pub const purescript = .{};
|
pub const purescript = .{};
|
||||||
|
|
||||||
pub const python = .{
|
pub const python = .{
|
||||||
.language_server = .{"pylsp"},
|
.language_server = .{ "ruff", "server" },
|
||||||
|
.formatter = .{ "ruff", "format", "-" },
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const regex = .{};
|
pub const regex = .{};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue