Swap pyright for python-lsp-server + mypy
This commit is contained in:
parent
9fe7aab4ef
commit
24cd5ff271
|
@ -94,12 +94,20 @@
|
||||||
## Language servers
|
## Language servers
|
||||||
nil # Nix lsp
|
nil # Nix lsp
|
||||||
lua-language-server
|
lua-language-server
|
||||||
nodePackages.pyright
|
|
||||||
nodePackages.typescript-language-server
|
nodePackages.typescript-language-server
|
||||||
|
|
||||||
## Interpreters
|
## Interpreters
|
||||||
(python3.withPackages
|
(python3.withPackages
|
||||||
(ps: with ps; [tkinter numpy scipy xarray matplotlib]))
|
(ps:
|
||||||
|
with ps; [
|
||||||
|
tkinter
|
||||||
|
python-lsp-server
|
||||||
|
mypy
|
||||||
|
numpy
|
||||||
|
scipy
|
||||||
|
xarray
|
||||||
|
matplotlib
|
||||||
|
]))
|
||||||
(luajit.withPackages
|
(luajit.withPackages
|
||||||
(ps: [(ps.callPackage ./luarocks/scilua.nix {})]))
|
(ps: [(ps.callPackage ./luarocks/scilua.nix {})]))
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue