helix: add powershellscript lsp
This commit is contained in:
parent
68b5f02369
commit
8261b771ff
1 changed files with 18 additions and 0 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"
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue