summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index ad7f94c..a57f257 100644
--- a/flake.nix
+++ b/flake.nix
@@ -150,6 +150,10 @@
# cargo
rust-analyzer
];
+
+ typescript = [
+ typescript-language-server
+ ];
};
};