Swap pylsp and plugins for pyright

This commit is contained in:
Evie Litherland-Smith 2023-12-04 11:39:12 +00:00
parent a29cf1714b
commit f43f1f5e94

View file

@ -152,18 +152,6 @@
texlive.combined.scheme-full
ghostscript
mupdf
gfortran
rustc
(python3.withPackages (ps:
with ps; [
python-lsp-server
python-lsp-ruff
pylsp-mypy
numpy
scipy
matplotlib
xarray
]))
# Linters
nodePackages.stylelint
@ -183,9 +171,10 @@
nil
fortls
shellcheck
rust-analyzer
luajitPackages.lua-lsp
nodePackages.pyright
nodePackages.yaml-language-server
nodePackages.bash-language-server
rust-analyzer
];
}