neocord
URL: https://github.com/IogaMaster/neocord/
Discord Rich Presence for Neovim (Fork of presence.nvim).
plugins.neocord.enable
Whether to enable neocord.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.neocord.package
The neocord package to use.
Type: package
Default:
pkgs.vimPlugins.neocord
Declared by:
plugins.neocord.autoLoad
Whether to automatically load neocord when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.neocord.settings
Options provided to the require('neocord').setup function.
Type: lua value
Default:
{ }
Example:
{
auto_update = true;
blacklist = [ ];
client_id = "1157438221865717891";
debounce_timeout = 10;
editing_text = "Editing...";
enable_line_number = false;
file_assets = null;
file_explorer_text = "Browsing...";
git_commit_text = "Committing changes...";
global_timer = false;
line_number_text = "Line %s out of %s";
log_level = null;
logo = "auto";
logo_tooltip = null;
main_image = "language";
plugin_manager_text = "Managing plugins...";
reading_text = "Reading...";
show_time = true;
terminal_text = "Using Terminal...";
workspace_text = "Working on %s";
}
Declared by: