Swap pyright for python-lsp-server + mypy

This commit is contained in:
Evie Litherland-Smith 2024-07-29 14:52:08 +01:00
parent 9fe7aab4ef
commit 24cd5ff271

View file

@ -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 {})]))
];