Skip to content

Commit 47c10ee

Browse files
DenzellceWolf
authored andcommitted
fix: use overseers default strategy
1 parent 16dfb08 commit 47c10ee

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

lua/cmake-tools/const.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ local const = {
5656
},
5757
overseer = {
5858
new_task_opts = {
59-
strategy = {
60-
"terminal",
61-
},
59+
strategy = nil, -- use overseer's default for this
6260
}, -- options to pass into the `overseer.new_task` command
6361
on_new_task = function(task)
6462
require("overseer").open({ enter = false, direction = "right" })

0 commit comments

Comments
 (0)