kickstart.nvim/lua/custom/plugins/overseer.lua
2024-09-06 22:15:53 +02:00

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,
},
},
}