mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-07 15:54:31 +02:00
plugins/dashboard: add additional examples
This commit is contained in:
parent
2ce578e35f
commit
552e8b0a85
2 changed files with 22 additions and 0 deletions
|
@ -91,6 +91,15 @@ helpers.neovim-plugin.mkNeovimPlugin config {
|
||||||
project.enable = false;
|
project.enable = false;
|
||||||
mru.limit = 20;
|
mru.limit = 20;
|
||||||
|
|
||||||
|
header = [
|
||||||
|
"███╗ ██╗██╗██╗ ██╗██╗ ██╗██╗███╗ ███╗"
|
||||||
|
"████╗ ██║██║╚██╗██╔╝██║ ██║██║████╗ ████║"
|
||||||
|
"██╔██╗ ██║██║ ╚███╔╝ ██║ ██║██║██╔████╔██║"
|
||||||
|
"██║╚██╗██║██║ ██╔██╗ ╚██╗ ██╔╝██║██║╚██╔╝██║"
|
||||||
|
"██║ ╚████║██║██╔╝ ██╗ ╚████╔╝ ██║██║ ╚═╝ ██║"
|
||||||
|
"╚═╝ ╚═══╝╚═╝╚═╝ ╚═╝ ╚═══╝ ╚═╝╚═╝ ╚═╝"
|
||||||
|
];
|
||||||
|
|
||||||
shortcut = [
|
shortcut = [
|
||||||
{
|
{
|
||||||
icon = " ";
|
icon = " ";
|
||||||
|
@ -113,6 +122,8 @@ helpers.neovim-plugin.mkNeovimPlugin config {
|
||||||
key = "d";
|
key = "d";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
footer = [ "Made with ❤️" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -130,6 +130,15 @@
|
||||||
project.enable = false;
|
project.enable = false;
|
||||||
mru.limit = 20;
|
mru.limit = 20;
|
||||||
|
|
||||||
|
header = [
|
||||||
|
"███╗ ██╗██╗██╗ ██╗██╗ ██╗██╗███╗ ███╗"
|
||||||
|
"████╗ ██║██║╚██╗██╔╝██║ ██║██║████╗ ████║"
|
||||||
|
"██╔██╗ ██║██║ ╚███╔╝ ██║ ██║██║██╔████╔██║"
|
||||||
|
"██║╚██╗██║██║ ██╔██╗ ╚██╗ ██╔╝██║██║╚██╔╝██║"
|
||||||
|
"██║ ╚████║██║██╔╝ ██╗ ╚████╔╝ ██║██║ ╚═╝ ██║"
|
||||||
|
"╚═╝ ╚═══╝╚═╝╚═╝ ╚═╝ ╚═══╝ ╚═╝╚═╝ ╚═╝"
|
||||||
|
];
|
||||||
|
|
||||||
shortcut = [
|
shortcut = [
|
||||||
{
|
{
|
||||||
icon = " ";
|
icon = " ";
|
||||||
|
@ -152,6 +161,8 @@
|
||||||
key = "d";
|
key = "d";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
footer = [ "Made with ❤️" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue