Compare commits
2 commits
68b5f02369
...
f717c14e0e
| Author | SHA1 | Date | |
|---|---|---|---|
| f717c14e0e | |||
| 8261b771ff |
2 changed files with 20 additions and 1 deletions
|
|
@ -139,6 +139,13 @@
|
||||||
"harper-ls"
|
"harper-ls"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "powershell";
|
||||||
|
language-servers = [
|
||||||
|
"powershell-editor-services"
|
||||||
|
"harper-ls"
|
||||||
|
];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
language-server = {
|
language-server = {
|
||||||
|
|
@ -198,6 +205,17 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
powershell-editor-services = {
|
||||||
|
command = "${lib.getExe pkgs.powershell-editor-services}";
|
||||||
|
args = [
|
||||||
|
"-HostName helix"
|
||||||
|
"-HostProfileId 0"
|
||||||
|
"-HostVersion 1.0.0"
|
||||||
|
"-Stdio"
|
||||||
|
"-LogLevel Normal"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -133,7 +133,8 @@
|
||||||
|
|
||||||
layout = {
|
layout = {
|
||||||
gaps = 5;
|
gaps = 5;
|
||||||
center-focused-column = "never";
|
center-focused-column = "on-overflow";
|
||||||
|
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