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;
|
||||
mru.limit = 20;
|
||||
|
||||
header = [
|
||||
"███╗ ██╗██╗██╗ ██╗██╗ ██╗██╗███╗ ███╗"
|
||||
"████╗ ██║██║╚██╗██╔╝██║ ██║██║████╗ ████║"
|
||||
"██╔██╗ ██║██║ ╚███╔╝ ██║ ██║██║██╔████╔██║"
|
||||
"██║╚██╗██║██║ ██╔██╗ ╚██╗ ██╔╝██║██║╚██╔╝██║"
|
||||
"██║ ╚████║██║██╔╝ ██╗ ╚████╔╝ ██║██║ ╚═╝ ██║"
|
||||
"╚═╝ ╚═══╝╚═╝╚═╝ ╚═╝ ╚═══╝ ╚═╝╚═╝ ╚═╝"
|
||||
];
|
||||
|
||||
shortcut = [
|
||||
{
|
||||
icon = " ";
|
||||
|
@ -113,6 +122,8 @@ helpers.neovim-plugin.mkNeovimPlugin config {
|
|||
key = "d";
|
||||
}
|
||||
];
|
||||
|
||||
footer = [ "Made with ❤️" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue