Switch back to pyright LSP for python
This commit is contained in:
parent
1b3bce5fa1
commit
068905b7a0
|
@ -192,6 +192,7 @@
|
||||||
## 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
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,11 +4,10 @@
|
||||||
"pypoetry/config.toml".source = ./pypoetry.toml;
|
"pypoetry/config.toml".source = ./pypoetry.toml;
|
||||||
};
|
};
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
poetry
|
||||||
(python3.withPackages
|
(python3.withPackages
|
||||||
(ps:
|
(ps:
|
||||||
with ps; [
|
with ps; [
|
||||||
python-lsp-server
|
|
||||||
mypy
|
|
||||||
numpy
|
numpy
|
||||||
scipy
|
scipy
|
||||||
xarray
|
xarray
|
||||||
|
|
Reference in a new issue