From 5d058f79a126c64fd6b2f4a0cd87cfd68e5a198a Mon Sep 17 00:00:00 2001 From: MoritzBoehme Date: Thu, 18 Nov 2021 17:49:40 +0100 Subject: [PATCH] adds python language server --- modules/editors/emacs.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/editors/emacs.nix b/modules/editors/emacs.nix index 6edb538..d77ac6d 100644 --- a/modules/editors/emacs.nix +++ b/modules/editors/emacs.nix @@ -50,6 +50,8 @@ in xorg.xwininfo xclip xorg.xprop + # :lang python + python-language-server ]; }; }