add black for pylsp
This commit is contained in:
parent
797ceec787
commit
0e2da1abc7
|
@ -80,6 +80,7 @@
|
||||||
ripgrep
|
ripgrep
|
||||||
(python3.withPackages (p: with p; [
|
(python3.withPackages (p: with p; [
|
||||||
python-lsp-server
|
python-lsp-server
|
||||||
|
python-lsp-black
|
||||||
pylsp-mypy
|
pylsp-mypy
|
||||||
python-lsp-server.optional-dependencies.pyflakes
|
python-lsp-server.optional-dependencies.pyflakes
|
||||||
python-lsp-server.optional-dependencies.mccabe
|
python-lsp-server.optional-dependencies.mccabe
|
||||||
|
@ -433,6 +434,7 @@
|
||||||
pylsp = {
|
pylsp = {
|
||||||
settings = {
|
settings = {
|
||||||
pylsp.plugins.pylsp_mypy.enabled = true;
|
pylsp.plugins.pylsp_mypy.enabled = true;
|
||||||
|
pylsp.plugins.black.enabled = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
svelte = { };
|
svelte = { };
|
||||||
|
|
Loading…
Reference in a new issue