diff --git a/users/modules/global/programming.nix b/users/modules/global/programming.nix index 983d144..147c593 100644 --- a/users/modules/global/programming.nix +++ b/users/modules/global/programming.nix @@ -41,8 +41,7 @@ in nimlsp # Python - python312 - (with python312Packages; [ + (python312.withPackages (p: with p; [ black isort jupyter @@ -50,9 +49,13 @@ in nose pip pyflakes - pyls-isort pytest - ]) + + python-lsp-server + python-lsp-ruff + pylsp-rope + pyls-isort + ])) pipenv ruff