2024-02-15 17:20:45 -03:00
|
|
|
{
|
|
|
|
empty = {
|
2024-03-07 19:44:13 +01:00
|
|
|
# don't run tests as they try to access the network.
|
2024-02-15 17:20:45 -03:00
|
|
|
tests.dontRun = true;
|
|
|
|
plugins.neocord.enable = true;
|
|
|
|
};
|
|
|
|
|
|
|
|
defaults = {
|
2024-03-07 19:44:13 +01:00
|
|
|
# don't run tests as they try to access the network.
|
2024-02-15 17:20:45 -03:00
|
|
|
tests.dontRun = true;
|
|
|
|
plugins.neocord = {
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
settings = {
|
|
|
|
# General options.
|
|
|
|
logo = "auto";
|
|
|
|
logo_tooltip = null;
|
|
|
|
main_image = "language";
|
|
|
|
client_id = "1157438221865717891";
|
|
|
|
log_level = null;
|
|
|
|
debounce_timeout = 10;
|
|
|
|
blacklist = [];
|
|
|
|
file_assets = null;
|
|
|
|
show_time = true;
|
|
|
|
global_timer = false;
|
|
|
|
|
|
|
|
# Rich presence text options.
|
|
|
|
editing_text = "Editing %s";
|
|
|
|
file_explorer_text = "Browsing %s";
|
|
|
|
git_commit_text = "Committing changes";
|
|
|
|
plugin_manager_text = "Managing plugins";
|
|
|
|
reading_text = "Reading %s";
|
|
|
|
workspace_text = "Working on %s";
|
|
|
|
line_number_text = "Line %s out of %s";
|
|
|
|
terminal_text = "Using Terminal";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
example = {
|
2024-03-07 19:44:13 +01:00
|
|
|
# don't run tests as they try to access the network.
|
2024-02-15 17:20:45 -03:00
|
|
|
tests.dontRun = true;
|
|
|
|
plugins.neocord = {
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
settings = {
|
|
|
|
#General options
|
|
|
|
auto_update = true;
|
|
|
|
logo = "auto";
|
2024-02-16 14:29:11 -03:00
|
|
|
logo_tooltip = "Nixvim";
|
2024-02-15 17:20:45 -03:00
|
|
|
main_image = "language";
|
|
|
|
client_id = "1157438221865717891";
|
|
|
|
log_level = null;
|
|
|
|
debounce_timeout = 10;
|
|
|
|
enable_line_number = false;
|
|
|
|
blacklist = [];
|
|
|
|
file_assets = null;
|
|
|
|
show_time = true;
|
|
|
|
global_timer = false;
|
|
|
|
|
|
|
|
# Rich Presence text options
|
|
|
|
editing_text = "Editing...";
|
|
|
|
file_explorer_text = "Browsing...";
|
|
|
|
git_commit_text = "Committing changes...";
|
|
|
|
plugin_manager_text = "Managing plugins...";
|
|
|
|
reading_text = "Reading...";
|
|
|
|
workspace_text = "Working on %s";
|
|
|
|
line_number_text = "Line %s out of %s";
|
|
|
|
terminal_text = "Using Terminal...";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|