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