From 4c3b24bd60f6092b1d2d2812957c6a81883e38e0 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 18 Oct 2024 15:18:42 +0100 Subject: [PATCH] Swap pylsp+mypy for pyright --- system/home/emacs/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/system/home/emacs/default.nix b/system/home/emacs/default.nix index 4ba042ca..6db6346b 100644 --- a/system/home/emacs/default.nix +++ b/system/home/emacs/default.nix @@ -124,14 +124,13 @@ ## Language servers nixd + pyright lua-language-server ## Interpreters (python3.withPackages ( ps: with ps; [ tkinter - python-lsp-server - mypy numpy scipy xarray