Add pylsp to python editing in helix

This commit is contained in:
Lillian Violet 2024-09-10 10:28:05 +02:00
parent 9deba2b395
commit 202893ec08
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@
language-id = "python";
auto-format = true;
file-types = ["py"];
language-servers = ["ruff" "scls"];
language-servers = ["ruff" "scls" "pylsp"];
}
{
name = "typst";

View file

@ -127,7 +127,7 @@ in {
'';
};
locations."/_matrix/client/unstable/org.matrix.msc3575/sync" = {
proxyPass = "http://backend_conduit/client/unstable/org.matrix.msc3575/sync";
proxyPass = "http://matrix.gladtherescake.eu/client/unstable/org.matrix.msc3575/sync";
proxyWebsockets = true;
recommendedProxySettings = false;
extraConfig = ''