Swap pylsp+mypy for pyright
This commit is contained in:
parent
89c45cab99
commit
4c3b24bd60
|
@ -124,14 +124,13 @@
|
||||||
|
|
||||||
## Language servers
|
## Language servers
|
||||||
nixd
|
nixd
|
||||||
|
pyright
|
||||||
lua-language-server
|
lua-language-server
|
||||||
|
|
||||||
## Interpreters
|
## Interpreters
|
||||||
(python3.withPackages (
|
(python3.withPackages (
|
||||||
ps: with ps; [
|
ps: with ps; [
|
||||||
tkinter
|
tkinter
|
||||||
python-lsp-server
|
|
||||||
mypy
|
|
||||||
numpy
|
numpy
|
||||||
scipy
|
scipy
|
||||||
xarray
|
xarray
|
||||||
|
|
Loading…
Reference in a new issue