From 81708ddabdadd28974dabc725ecbe0db3c685f2d Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 24 Feb 2025 10:09:11 +0000 Subject: [PATCH] Swap pylsp for basedpyright --- system/home/programming/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/system/home/programming/default.nix b/system/home/programming/default.nix index f62265f2..da821638 100644 --- a/system/home/programming/default.nix +++ b/system/home/programming/default.nix @@ -5,11 +5,7 @@ pythonEnv = ( pkgs.python312.withPackages ( ps: with ps; [ - ipython - python-lsp-server - pylsp-rope pyflakes - rope isort numpy scipy @@ -40,6 +36,7 @@ ## Language servers nixd + basedpyright lua-language-server rust-analyzer ];