1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-16 05:51:10 +01:00

plugins/cord: update settingsExample

This commit is contained in:
Gaetan Lepage 2025-12-13 11:24:11 +01:00 committed by Gaétan Lepage
parent 960ff28d96
commit 74136352cf

View file

@ -9,25 +9,16 @@ lib.nixvim.plugins.mkNeovimPlugin {
maintainers = [ lib.maintainers.eveeifyeve ];
settingsExample = {
usercmd = false;
display = {
show_time = true;
swap_fields = false;
swap_icons = false;
theme = "atom";
flavor = "accent";
};
ide = {
enable = true;
show_status = true;
timeout = 300000;
text = "Idle";
tooltip = "💤";
};
text = {
viewing = "Viewing {}";
editing = "Editing {}";
file_browser = "Browsing files in {}";
vcs = "Committing changes in {}";
workspace = "In {}";
editor.tooltip = "Neovim";
timestamp.reset_on_idle = true;
idle = {
enabled = true;
timeout = 900000;
};
text.workspace = "";
};
}