---@type table local ecolog_config = { shelter = { -- Whether to show masked values when copying to clipboard mask_on_copy = false, }, -- Default keybindings mappings = { -- Key to copy value to clipboard copy_value = "", -- Key to copy name to clipboard copy_name = "", -- Key to append value to buffer append_value = "", -- Key to append name to buffer (defaults to ) append_name = "", }, } return ecolog_config