Change how pylsp is installed, add ruff plugin

This commit is contained in:
Evie Litherland-Smith 2023-12-19 17:21:53 +00:00
parent bc0ce002b2
commit d3fbbef0c0

View file

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