Add pylsp to python editing in helix
This commit is contained in:
parent
9deba2b395
commit
202893ec08
|
@ -36,7 +36,7 @@
|
||||||
language-id = "python";
|
language-id = "python";
|
||||||
auto-format = true;
|
auto-format = true;
|
||||||
file-types = ["py"];
|
file-types = ["py"];
|
||||||
language-servers = ["ruff" "scls"];
|
language-servers = ["ruff" "scls" "pylsp"];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "typst";
|
name = "typst";
|
||||||
|
|
|
@ -127,7 +127,7 @@ in {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
locations."/_matrix/client/unstable/org.matrix.msc3575/sync" = {
|
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;
|
proxyWebsockets = true;
|
||||||
recommendedProxySettings = false;
|
recommendedProxySettings = false;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
Loading…
Reference in a new issue