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