From 2a6a6a6b0541ead63f3823a05d88c22c5e5b2d4b Mon Sep 17 00:00:00 2001 From: Trey Bastian Date: Thu, 29 Jan 2026 14:40:08 +0000 Subject: caved and brought mason back to my config --- lua/config/neotest.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/config/neotest.lua') diff --git a/lua/config/neotest.lua b/lua/config/neotest.lua index 1315250..2df2409 100644 --- a/lua/config/neotest.lua +++ b/lua/config/neotest.lua @@ -21,7 +21,7 @@ vim.keymap.set("n", "ts", function() require("neotest").run.run({ suite = true }) end) -vim.keymap.set("n", "tv", function() +vim.keymap.set("n", "tf", function() require("neotest").run.run(vim.fn.expand("%")) end) -- cgit v1.2.3