based chingeright

This commit is contained in:
Tao Tien 2025-09-18 00:24:21 -07:00
parent 7364a24659
commit ce2efa9d90
2 changed files with 6 additions and 1 deletions

View file

@ -83,6 +83,7 @@
{
name = "python";
auto-format = true;
language-servers = [ "basedpyright" "ty" "ruff" ];
# formatter = {
# command = "ruff";
# args = ["format"];
@ -227,6 +228,10 @@
};
};
language-server = {
basedpyright = {
command = "basedpyright-langserver";
args = ["--stdio"];
};
rust-analyzer.config.check.command = "clippy";
# gas = {
# command = "asm-lsp";