From 9f0085a9554fc530e566031d50a55ed0e056bffc Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Wed, 11 Feb 2026 22:33:12 +0100 Subject: [PATCH] fixes ts tools --- modules/nixvim/typescript.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/nixvim/typescript.nix b/modules/nixvim/typescript.nix index c71f7f8..475706b 100644 --- a/modules/nixvim/typescript.nix +++ b/modules/nixvim/typescript.nix @@ -1,4 +1,4 @@ -{ pkgs, ... }: +{ pkgs, lib, ... }: { plugins.typescript-tools = { @@ -6,6 +6,7 @@ extraPackages = [ pkgs.typescript-language-server ]; settings = { jsx_close_tag.enable = true; + tsserver_path = lib.getExe pkgs.typescript-language-server; tsserver_file_preferences = { __raw = '' function(ft)