---@type table
local opts = {
    mappings = {},
    easing = "linear",
    performance_mode = false,
    duration_multiplier = 1.0,
    use_local_scrolloff = false,
}

return opts