Switch back to pyright LSP for python
This commit is contained in:
parent
1b3bce5fa1
commit
068905b7a0
|
@ -192,6 +192,7 @@
|
|||
## Language servers
|
||||
nil # Nix lsp
|
||||
lua-language-server
|
||||
nodePackages.pyright
|
||||
nodePackages.typescript-language-server
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue