20 lines
564 B
Lua
20 lines
564 B
Lua
return {
|
|
{
|
|
"stevearc/overseer.nvim",
|
|
commit = "3047ede61cc1308069ad1184c0d447ebee92d749",
|
|
cmd = { "CompilerOpen", "CompilerToggleResults", "CompilerRedo" },
|
|
opts = {
|
|
task_list = {
|
|
direction = "bottom",
|
|
min_height = 25,
|
|
max_height = 27,
|
|
default_detail = 1,
|
|
bindings = {
|
|
["q"] = function()
|
|
vim.cmd("OverseerClose")
|
|
end,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|