Add pylsp to python editing in helix
This commit is contained in:
parent
9deba2b395
commit
202893ec08
|
@ -36,7 +36,7 @@
|
|||
language-id = "python";
|
||||
auto-format = true;
|
||||
file-types = ["py"];
|
||||
language-servers = ["ruff" "scls"];
|
||||
language-servers = ["ruff" "scls" "pylsp"];
|
||||
}
|
||||
{
|
||||
name = "typst";
|
||||
|
|
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue