Skip to content

Commit

Permalink
Merge pull request #1490 from tennox/patch-2
Browse files Browse the repository at this point in the history
typescript: add language-server
  • Loading branch information
domenkozar authored Oct 5, 2024
2 parents cc562bf + 8255190 commit a8495ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/modules/languages/typescript.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ in
};

config = lib.mkIf cfg.enable {
packages = [
pkgs.typescript
packages = with pkgs; [
typescript
nodePackages.typescript-language-server
];
};
}

0 comments on commit a8495ab

Please sign in to comment.