Browse Source

Replace pyls with python-lsp

main
parent
commit
b25aecc01f
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 3
      shells/python.nix

3
shells/python.nix

@ -9,9 +9,6 @@ mkShell {
python310Packages.python-lsp-black python310Packages.python-lsp-black
python310Packages.python-lsp-server python310Packages.python-lsp-server
python310Packages.python-lsp-jsonrpc python310Packages.python-lsp-jsonrpc
# python310Packages.pyls-mypy
# python310Packages.pyls-isort
# python310Packages.pyls-black
]; ];
shellHook = '' shellHook = ''
''; '';

Loading…
Cancel
Save