1 files changed,
1 insertions(+),
1 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2023-04-17 14:30:07 +0300
Parent:
68fb37d
M
lua/plugins/neotest.lua
@@ -10,7 +10,7 @@ { "<leader>to", map("neotest", "output.open") },
{ "]t", map("neotest", "jump.next") }, { "[t", map("neotest", "jump.prev") }, { "]T", map("neotest", "jump.next", "{status = 'failed'}") }, - { "]T", map("neotest", "jump.next", "{status = 'failed'}") }, + { "[T", map("neotest", "jump.prev", "{status = 'failed'}") }, { "<leader>td", map("neotest", "run.run", "{strategy = 'dap'}") }, { "<leader>tt",