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