Compare commits
No commits in common. "f717c14e0ebcc7c5678956110dd16839e51c1a87" and "68b5f02369405c23aadce7878a8adbe1f631a2d4" have entirely different histories.
f717c14e0e
...
68b5f02369
2 changed files with 1 additions and 20 deletions
|
|
@ -139,13 +139,6 @@
|
||||||
"harper-ls"
|
"harper-ls"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "powershell";
|
|
||||||
language-servers = [
|
|
||||||
"powershell-editor-services"
|
|
||||||
"harper-ls"
|
|
||||||
];
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
|
|
||||||
language-server = {
|
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"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -133,8 +133,7 @@
|
||||||
|
|
||||||
layout = {
|
layout = {
|
||||||
gaps = 5;
|
gaps = 5;
|
||||||
center-focused-column = "on-overflow";
|
center-focused-column = "never";
|
||||||
always-center-single-column = true;
|
|
||||||
|
|
||||||
default-column-width = {
|
default-column-width = {
|
||||||
proportion = 0.5;
|
proportion = 0.5;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue