Presence tweak

pull/2/head
E. Almqvist 2 years ago
parent 5f518c88c4
commit 0f25defcca
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 2
      nvim/.config/nvim/after/plugin/presence.lua

@ -10,7 +10,7 @@ require("presence").setup({
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)

Loading…
Cancel
Save