We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16dfb08 commit 47c10eeCopy full SHA for 47c10ee
1 file changed
lua/cmake-tools/const.lua
@@ -56,9 +56,7 @@ local const = {
56
},
57
overseer = {
58
new_task_opts = {
59
- strategy = {
60
- "terminal",
61
- },
+ strategy = nil, -- use overseer's default for this
62
}, -- options to pass into the `overseer.new_task` command
63
on_new_task = function(task)
64
require("overseer").open({ enter = false, direction = "right" })
0 commit comments