Update 2025-09-30

Update 2025-09-21

Update 2025-09-30
This commit is contained in:
2025-09-14 18:16:57 +03:00
parent 346e812e9c
commit 8e8c99a6cc
8 changed files with 84 additions and 43 deletions

View File

@@ -8,7 +8,7 @@ return {
main_image = "language", -- "language" or "logo"
log_level = nil, -- Log messages at or above this level (one of the following: "debug", "info", "warn", "error")
debounce_timeout = 10, -- Number of seconds to debounce events (or calls to `:lua package.loaded.presence:update(<filename>, true)`)
blacklist = { "**/Codnity/*" }, -- A list of strings or Lua patterns that disable Rich Presence if the current file name, path, or workspace matches
blacklist = {}, -- A list of strings or Lua patterns that disable Rich Presence if the current file name, path, or workspace matches
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 = true, -- Show the timer
global_timer = true, -- if set true, timer won't update when any event are triggered