feat: ty lsp for python

This commit is contained in:
Igor Támara 2025-11-17 23:22:31 -05:00 committed by CJ van den Berg
parent 8b9cc87cab
commit e2009425f5

View file

@ -164,7 +164,7 @@ pub const proto = .{};
pub const purescript = .{};
pub const python = .{
.language_server = .{ "ruff", "server" },
.language_server = .{ "uvx", "ty", "server" },
.formatter = .{ "ruff", "format", "-" },
};