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