---@type table
local opts = {
    max_width = 50,
    min_width = 25,
    max_height = 10,
    border = "none",
    position = {
        row = 1,
        col_offset = 2,
    },
}

return opts