From 1bd560f95b65ee0f34fa8e6789860b585293f508 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sun, 28 Jan 2024 12:30:06 +0000 Subject: [PATCH] Back to jedi-language-server now that I've got it working with flymake --- system/emacs.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/emacs.nix b/system/emacs.nix index a80ea6a3..69796ea4 100644 --- a/system/emacs.nix +++ b/system/emacs.nix @@ -41,6 +41,6 @@ fortls rust-analyzer luajitPackages.lua-lsp - nodePackages.pyright + python3Packages.jedi-language-server ]; }