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 = {