From 550bba9d1fadf75d943370daf0a69eeb84745669 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Sat, 11 Apr 2026 16:02:14 +0100 Subject: overseer: add just debug commands --- home/.config/nvim/lua/custom/plugins/init.lua | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'home/.config/nvim/lua/custom/plugins/init.lua') diff --git a/home/.config/nvim/lua/custom/plugins/init.lua b/home/.config/nvim/lua/custom/plugins/init.lua index 5499961..48362f0 100644 --- a/home/.config/nvim/lua/custom/plugins/init.lua +++ b/home/.config/nvim/lua/custom/plugins/init.lua @@ -234,6 +234,27 @@ return { end, desc = "[O]verseer test [F]ile", }, + { + "od", + function() + require("overseer").run_template({ + name = "just debug=true test", + prompt = "never", + params = { target = vim.fn.expand("%") }, + }) + end, + desc = "[O]verseer [d]ebug test file", + }, + { + "oD", + function() + require("overseer").run_template({ + name = "just debug=true test", + params = { target = vim.fn.expand("%") }, + }) + end, + desc = "[O]verseer [D]ebug test file", + }, { "oa", function() -- cgit v1.2.3-70-g09d2