Swap pylsp for basedpyright
This commit is contained in:
parent
5cb414bf4d
commit
81708ddabd
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue