14 lines
304 B
Lua
14 lines
304 B
Lua
|
return {
|
||
|
'stevearc/overseer.nvim',
|
||
|
commit = '6271cab7ccc4ca840faa93f54440ffae3a3918bd',
|
||
|
cmd = { 'CompilerOpen', 'CompilerToggleResults', 'CompilerRedo' },
|
||
|
opts = {
|
||
|
task_list = {
|
||
|
direction = 'bottom',
|
||
|
min_height = 25,
|
||
|
max_height = 25,
|
||
|
default_detail = 1,
|
||
|
},
|
||
|
},
|
||
|
}
|