1 files changed,
4 insertions(+),
0 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2023-07-06 17:57:43 +0300
Parent:
d8fe3ef
M
lua/plugins/neotest.lua
@@ -7,6 +7,10 @@ { "<leader>ta", map("neotest", "run.attach") },
{ "<leader>ts", map("neotest", "summary.toggle") }, { "<leader>tS", map("neotest", "run.stop") }, { "<leader>to", map("neotest", "output.open") }, + { "<leader>tO", map("neotest", "output_panel.toggle") }, + { "<leader>tww", map("neotest", "watch.watch") }, + { "<leader>tws", map("neotest", "watch.stop") }, + { "<leader>twt", map("neotest", "watch.toggle") }, { "]t", map("neotest", "jump.next") }, { "[t", map("neotest", "jump.prev") }, { "]T", map("neotest", "jump.next", "{status = 'failed'}") },