From eb2cc46cd99272ea71a6368bbb48db76a42d5653 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Wed, 11 Feb 2026 22:47:41 +0100 Subject: [PATCH] ts fix --- modules/nixvim/typescript.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/nixvim/typescript.nix b/modules/nixvim/typescript.nix index 3c57ee2..4da4611 100644 --- a/modules/nixvim/typescript.nix +++ b/modules/nixvim/typescript.nix @@ -1,6 +1,11 @@ { pkgs, lib, ... }: { + extraPackages = with pkgs; [ + nodejs + typescript + ]; + plugins.typescript-tools = { enable = true; settings = {