From b25aecc01f4e3e322bbd4d06853d53d4efae9b6d Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Thu, 10 Mar 2022 14:02:01 -0500 Subject: [PATCH] Replace pyls with python-lsp --- shells/python.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/shells/python.nix b/shells/python.nix index 1f02624..3071cca 100644 --- a/shells/python.nix +++ b/shells/python.nix @@ -9,9 +9,6 @@ mkShell { python310Packages.python-lsp-black python310Packages.python-lsp-server python310Packages.python-lsp-jsonrpc - # python310Packages.pyls-mypy - # python310Packages.pyls-isort - # python310Packages.pyls-black ]; shellHook = '' '';