helix: remove outdated comment
The change to languages.toml referred to by the comment was released with helix 23.10 which is the version currently on nixpkgs 23.11. See - https://helix-editor.com/news/release-23-10-highlights/#multiple-language-servers - https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/applications/editors/helix/default.nix#L5
This commit is contained in:
parent
10cd9c5311
commit
652fda4ca6
|
@ -75,7 +75,6 @@ in {
|
||||||
default = { };
|
default = { };
|
||||||
example = literalExpression ''
|
example = literalExpression ''
|
||||||
{
|
{
|
||||||
# the language-server option currently requires helix from the master branch at https://github.com/helix-editor/helix/
|
|
||||||
language-server.typescript-language-server = with pkgs.nodePackages; {
|
language-server.typescript-language-server = with pkgs.nodePackages; {
|
||||||
command = "''${typescript-language-server}/bin/typescript-language-server";
|
command = "''${typescript-language-server}/bin/typescript-language-server";
|
||||||
args = [ "--stdio" "--tsserver-path=''${typescript}/lib/node_modules/typescript/lib" ];
|
args = [ "--stdio" "--tsserver-path=''${typescript}/lib/node_modules/typescript/lib" ];
|
||||||
|
|
Loading…
Reference in a new issue