mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 02:34:15 -05:00
plugins/cord: update settingsExample
This commit is contained in:
committed by
Gaétan Lepage
parent
960ff28d96
commit
74136352cf
@@ -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 = "";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user