---@type table
local opts = {
    move_to_debugline = false,
    display_location = true,
    display_counter = true,
    display_snippet = true,
    notify_for_registers = true,
    highlight_lines = true,
}

return opts