mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-16 22:11:09 +01:00
plugins/cord: update settingsExample
This commit is contained in:
parent
960ff28d96
commit
74136352cf
1 changed files with 8 additions and 17 deletions
|
|
@ -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 = "";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue