Swap pyright back for pylsp

This commit is contained in:
Evie Litherland-Smith 2025-01-21 10:00:22 +00:00
parent a2dd8d1bcf
commit 323dde4139

View file

@ -6,6 +6,7 @@
pkgs.python312.withPackages (
ps: with ps; [
ipython
python-lsp-server
flake8
isort
numpy
@ -36,7 +37,6 @@
## Language servers
nixd
pyright
lua-language-server
rust-analyzer
];