From 6ace75e9678ff7fd0f80f9beaf81b5a68821ba76 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 7 Dec 2023 16:59:10 +0000 Subject: [PATCH] Switch back to pyright Mypy type checking wasn't good enough for working on Indica, pyright is --- home/emacs/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/emacs/default.nix b/home/emacs/default.nix index cc8bcfbc..a09c3af3 100644 --- a/home/emacs/default.nix +++ b/home/emacs/default.nix @@ -174,9 +174,8 @@ shellcheck rust-analyzer luajitPackages.lua-lsp + nodePackages.pyright nodePackages.yaml-language-server nodePackages.bash-language-server - (python3.withPackages - (ps: with ps; [ python-lsp-server python-lsp-ruff pylsp-mypy ])) ]; }