all repos

init.lua @ 588f1ca2d0dfc4eef17a1a3e7da4bf569f3e212e

my nvim config
1 files changed, 4 insertions(+), 0 deletions(-)
feat(neotest): setup watch mode
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'}") },