-- NOTE: lua dump(vim.fn.expand("#<1")) to get newest oldfile local settings = { header = { type = "text", oldfiles_directory = false, align = "left", fold_section = false, title = "Header", margin = 5, content = require("startup.buildingblocks.headers").default_header(), highlight = "Statement", default_color = "", command = "", oldfiles_amount = 0, }, body = { type = "oldfiles", oldfiles_directory = false, align = "center", fold_section = false, title = "Oldfiles", margin = 5, content = "", highlight = "String", default_color = "", command = "", oldfiles_amount = 10, }, body_2 = { type = "oldfiles", oldfiles_directory = true, align = "center", fold_section = false, title = "", margin = 5, content = "", highlight = "String", default_color = "", command = "", oldfiles_amount = 10, }, footer = { type = "text", oldfiles_directory = true, align = "center", fold_section = false, title = "Quote", margin = 5, content = require("startup.buildingblocks.functions").quote(), highlight = "String", default_color = "", command = "", oldfiles_amount = 0, }, options = { mapping_keys = false, empty_line_between_mappings = false, paddings = { 1, 2, 2, 3 }, }, mappings = { execute_command = "", open_file = "o", open_file_split = "", open_section = "", open_help = "?", }, colors = { background = "#1f2227", folded_section = "#56b6c2", }, parts = { "header", "body", "body_2", "footer" }, } return settings