mirror of
https://github.com/nix-community/home-manager
synced 2024-11-23 03:29:45 +01:00
helix: remove outdated language-server comment
This commit is contained in:
parent
433e686675
commit
ea244c5ae2
1 changed files with 0 additions and 1 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue