blacklist={},-- A list of strings or Lua patterns that disable Rich Presence if the current file name, path, or workspace matches
buttons=false,-- Configure Rich Presence button(s), either a boolean to enable/disable, a static table (`{{ label = "<label>", url = "<url>" }, ...}`, or a function(buffer: string, repo_url: string|nil): table)
file_assets={},-- Custom file asset definitions keyed by file names and extensions (see default config at `lua/presence/file_assets.lua` for reference)
show_time=false,-- Show the timer
show_time=true,-- Show the timer
-- Rich Presence text options
editing_text="Editing %s",-- Format string rendered when an editable file is loaded in the buffer (either string or function(filename: string): string)