helix: remove outdated language-server comment

This commit is contained in:
Chet Gurevitch 2024-09-12 20:00:29 +00:00 committed by Robert Helgesson
parent 433e686675
commit ea244c5ae2
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -75,7 +75,6 @@ in {
default = { };
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; {
command = "''${typescript-language-server}/bin/typescript-language-server";
args = [ "--stdio" "--tsserver-path=''${typescript}/lib/node_modules/typescript/lib" ];