From f3c33a8648e6adb426aa9139d775ac90376c65d5 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 28 Oct 2023 10:17:15 +0100 Subject: [PATCH] Switch back to python-lsp-server for better single file support --- home/emacs/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home/emacs/default.nix b/home/emacs/default.nix index 9371bb6a..2605c21a 100644 --- a/home/emacs/default.nix +++ b/home/emacs/default.nix @@ -29,7 +29,8 @@ gfortran rustup texlive.combined.scheme-medium - python3 + (python3.withPackages + (ps: with ps; [ python-lsp-server python-lsp-ruff pylsp-mypy ])) # Linters nodePackages.stylelint @@ -55,7 +56,7 @@ marksman luajitPackages.lua-lsp texlab - nodePackages.pyright + # nodePackages.pyright nodePackages.yaml-language-server nodePackages.bash-language-server nodePackages.javascript-typescript-langserver