diff --git a/options.xhtml b/options.xhtml index cd8520824..3d5ebd8fa 100644 --- a/options.xhtml +++ b/options.xhtml @@ -24417,6 +24417,9 @@ package

Default: pkgs.helix

+

Example: +pkgs.evil-helix

+

Declared by:

@@ -24527,7 +24530,6 @@ for more information.

{ }

Example:

{
-  # 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; {
     command = "${typescript-language-server}/bin/typescript-language-server";
     args = [ "--stdio" "--tsserver-path=${typescript}/lib/node_modules/typescript/lib" ];