Skip to content

Commit

Permalink
feat: update overseer window
Browse files Browse the repository at this point in the history
Signed-off-by: SUGIYAMA Yoshio <[email protected]>
  • Loading branch information
IMOKURI committed Dec 11, 2024
1 parent 5664b2c commit 22da0f8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/nvim/lua/imokuri/plugin/ff.lua
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,12 @@ return {
},
})

require("overseer").setup({})
require("overseer").setup({
task_list = {
max_height = { 30, 0.2 },
min_height = 20,
},
})
end,
},
}

0 comments on commit 22da0f8

Please sign in to comment.