We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53bc526 commit a52e20aCopy full SHA for a52e20a
1 file changed
lua/cmake-tools/const.lua
@@ -54,7 +54,9 @@ local const = {
54
"terminal",
55
},
56
}, -- options to pass into the `overseer.new_task` command
57
- on_new_task = function(task) end, -- a function that gets overseer.Task when it is created, before calling `task:start`
+ on_new_task = function(task)
58
+ require("overseer").open({ enter = false, direction = "right" })
59
+ end, -- a function that gets overseer.Task when it is created, before calling `task:start`
60
61
terminal = {
62
name = "Executor Terminal",
0 commit comments