Test pylsp changes

This commit is contained in:
iFargle 2024-02-13 14:47:15 +09:00
parent 17b37c11e3
commit 5d4a7a9ddc

View file

@ -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;