Switch back to pyright LSP for python

This commit is contained in:
Evie Litherland-Smith 2024-07-01 21:20:26 +01:00
parent 1b3bce5fa1
commit 068905b7a0
2 changed files with 2 additions and 2 deletions

View file

@ -192,6 +192,7 @@
## Language servers
nil # Nix lsp
lua-language-server
nodePackages.pyright
nodePackages.typescript-language-server
];
}

View file

@ -4,11 +4,10 @@
"pypoetry/config.toml".source = ./pypoetry.toml;
};
home.packages = with pkgs; [
poetry
(python3.withPackages
(ps:
with ps; [
python-lsp-server
mypy
numpy
scipy
xarray