diff options
| author | Trey Bastian <hello@treybastian.com> | 2026-01-29 14:40:08 +0000 |
|---|---|---|
| committer | Trey Bastian <hello@treybastian.com> | 2026-01-29 14:40:08 +0000 |
| commit | 2a6a6a6b0541ead63f3823a05d88c22c5e5b2d4b (patch) | |
| tree | 3aa3efc22c907c01fe2bcba96d6303b084653e28 /lua/config/neotest.lua | |
| parent | 08d676280ae36c4c936c0b420165fc25900dd470 (diff) | |
caved and brought mason back to my config
Diffstat (limited to 'lua/config/neotest.lua')
| -rw-r--r-- | lua/config/neotest.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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", "<leader>ts", function() require("neotest").run.run({ suite = true }) end) -vim.keymap.set("n", "<leader>tv", function() +vim.keymap.set("n", "<leader>tf", function() require("neotest").run.run(vim.fn.expand("%")) end) |
