add black for pylsp

This commit is contained in:
chayleaf 2024-06-05 00:16:21 +07:00
parent 797ceec787
commit 0e2da1abc7
Signed by: chayleaf
GPG key ID: 78171AD46227E68E

View file

@ -80,6 +80,7 @@
ripgrep
(python3.withPackages (p: with p; [
python-lsp-server
python-lsp-black
pylsp-mypy
python-lsp-server.optional-dependencies.pyflakes
python-lsp-server.optional-dependencies.mccabe
@ -433,6 +434,7 @@
pylsp = {
settings = {
pylsp.plugins.pylsp_mypy.enabled = true;
pylsp.plugins.black.enabled = true;
};
};
svelte = { };