From efd26a710992fae526d7169c62b29b56a4a09992 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 20 Dec 2023 14:46:01 +0000 Subject: [PATCH] Had to go back to pyright, couldn't get pylsp working with envs --- home/emacs.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/home/emacs.nix b/home/emacs.nix index 83ab79e7..a48e4057 100644 --- a/home/emacs.nix +++ b/home/emacs.nix @@ -179,11 +179,8 @@ shellcheck rust-analyzer luajitPackages.lua-lsp + nodePackages.pyright nodePackages.yaml-language-server nodePackages.bash-language-server - - # Python... - (python3.withPackages - (ps: with ps; [ python-lsp-server python-lsp-ruff numpy scipy xarray ])) ]; }