Compare commits

..

No commits in common. "f717c14e0ebcc7c5678956110dd16839e51c1a87" and "68b5f02369405c23aadce7878a8adbe1f631a2d4" have entirely different histories.

2 changed files with 1 additions and 20 deletions

View file

@ -139,13 +139,6 @@
"harper-ls"
];
}
{
name = "powershell";
language-servers = [
"powershell-editor-services"
"harper-ls"
];
}
];
language-server = {
@ -205,17 +198,6 @@
};
};
};
powershell-editor-services = {
command = "${lib.getExe pkgs.powershell-editor-services}";
args = [
"-HostName helix"
"-HostProfileId 0"
"-HostVersion 1.0.0"
"-Stdio"
"-LogLevel Normal"
];
};
};
};
};

View file

@ -133,8 +133,7 @@
layout = {
gaps = 5;
center-focused-column = "on-overflow";
always-center-single-column = true;
center-focused-column = "never";
default-column-width = {
proportion = 0.5;