We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24502ae commit ec3bc50Copy full SHA for ec3bc50
1 file changed
lua/cmake-tools/const.lua
@@ -104,11 +104,11 @@ local const = {
104
},
105
overseer = {
106
new_task_opts = {
107
- strategy = {
108
- "terminal",
109
- },
+ strategy = nil,
110
}, -- options to pass into the `overseer.new_task` command
111
- 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)
+ require("overseer").open({ enter = false, direction = "right" })
+ end, -- a function that gets overseer.Task when it is created, before calling `task:start`
112
113
vimux = {},
114
terminal = {
0 commit comments