From 395221f3837e7c32e4948164ecb8722ee8302633 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Fri, 22 May 2026 10:40:27 -0700 Subject: [PATCH] disable pyright --- users/tao/helix.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/users/tao/helix.nix b/users/tao/helix.nix index b7b4390..ed84d2a 100644 --- a/users/tao/helix.nix +++ b/users/tao/helix.nix @@ -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";