Had to go back to pyright, couldn't get pylsp working with envs

This commit is contained in:
Evie Litherland-Smith 2023-12-20 14:46:01 +00:00
parent b36acc10a5
commit efd26a7109

View file

@ -179,11 +179,8 @@
shellcheck shellcheck
rust-analyzer rust-analyzer
luajitPackages.lua-lsp luajitPackages.lua-lsp
nodePackages.pyright
nodePackages.yaml-language-server nodePackages.yaml-language-server
nodePackages.bash-language-server nodePackages.bash-language-server
# Python...
(python3.withPackages
(ps: with ps; [ python-lsp-server python-lsp-ruff numpy scipy xarray ]))
]; ];
} }