From 2e0b186e347a3aa59e81ddfe20163699871a9b6e Mon Sep 17 00:00:00 2001 From: Himadri Bhattacharjee <107522312+lavafroth@users.noreply.github.com> Date: Fri, 16 Feb 2024 18:45:02 +0530 Subject: [PATCH] feat: add pylsp --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 76225dc..c070cd4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -124,6 +124,8 @@ packages = with pkgs; let pythonPackages = python311.withPackages(ps: with ps; [ jupyter + python-lsp-server + python-lsp-ruff pandas requests xlrd