plugins.neocord.settings.buttons

Button configurations which will always appear in Rich Presence. Can be a list of attribute sets, each with the following attributes: label: The label of the button. e.g. "GitHub Profile". url: The URL the button leads to. e.g. "https://github.com/<NAME>". Can also be a lua function: function(buffer: string, repo_url: string|nil): table

Type: null or (list of ((submodule) or raw lua code))

Default: null

Plugin default: [ ]

Declared by:

plugins.neocord.settings.buttons.*.label

Type: null or string or raw lua code

Default: null

plugins.neocord.settings.buttons.*.url

Type: null or string or raw lua code

Default: null