Change how pylsp is installed, add ruff plugin
This commit is contained in:
parent
bc0ce002b2
commit
d3fbbef0c0
|
@ -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 ]))
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue