disable pyright

This commit is contained in:
Tao Tien 2026-05-22 10:40:27 -07:00
parent b77eb2fe3e
commit 395221f383

View file

@ -214,7 +214,7 @@
{ {
name = "python"; name = "python";
auto-format = true; auto-format = true;
language-servers = ["basedpyright" "ty" "ruff"]; language-servers = [/* "basedpyright" */ "ty" "ruff"];
# formatter = { # formatter = {
# command = "ruff"; # command = "ruff";
# args = ["format"]; # args = ["format"];
@ -268,10 +268,10 @@
command = "microcad-lsp"; command = "microcad-lsp";
}; };
basedpyright = { # basedpyright = {
command = "basedpyright-langserver"; # command = "basedpyright-langserver";
args = ["--stdio"]; # args = ["--stdio"];
}; # };
rust-analyzer.config.check.command = "clippy"; rust-analyzer.config.check.command = "clippy";
# gas = { # gas = {
# command = "asm-lsp"; # command = "asm-lsp";