local settings = { options = { mapping_keys = true, cursor_column = 0.5, empty_lines_between_mappings = true, disable_statuslines = false, paddings = { 1, 3, 3, 0 }, }, mappings = { execute_command = "", open_file = "o", open_file_split = "", open_section = "", open_help = "?", }, colors = { background = "#1f2227", folded_section = "#56b6c2", }, parts = {}, } return settings