Swap pylsp for basedpyright

This commit is contained in:
Evie Litherland-Smith 2025-02-24 10:09:11 +00:00
parent 5cb414bf4d
commit 81708ddabd

View file

@ -5,11 +5,7 @@
pythonEnv = ( pythonEnv = (
pkgs.python312.withPackages ( pkgs.python312.withPackages (
ps: with ps; [ ps: with ps; [
ipython
python-lsp-server
pylsp-rope
pyflakes pyflakes
rope
isort isort
numpy numpy
scipy scipy
@ -40,6 +36,7 @@
## Language servers ## Language servers
nixd nixd
basedpyright
lua-language-server lua-language-server
rust-analyzer rust-analyzer
]; ];