Test pylsp changes
This commit is contained in:
parent
17b37c11e3
commit
5d4a7a9ddc
1 changed files with 13 additions and 1 deletions
|
@ -146,8 +146,20 @@
|
||||||
installCargo = true;
|
installCargo = true;
|
||||||
installRustc = true;
|
installRustc = true;
|
||||||
};
|
};
|
||||||
|
pylsp = {
|
||||||
|
enable = true;
|
||||||
|
autostart = true;
|
||||||
|
installLanguageServer = true;
|
||||||
|
settings = {
|
||||||
|
plugins = {
|
||||||
|
black = {
|
||||||
|
enabled = true;
|
||||||
|
preview = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
nixd.enable = true;
|
nixd.enable = true;
|
||||||
pylsp.enable = true;
|
|
||||||
html.enable = true;
|
html.enable = true;
|
||||||
cssls.enable = true;
|
cssls.enable = true;
|
||||||
bashls.enable = true;
|
bashls.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue