plugins/dashboard: add additional examples

This commit is contained in:
Jake Hamilton 2024-06-07 22:41:24 +01:00 committed by Matt Sturgeon
parent 2ce578e35f
commit 552e8b0a85
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
2 changed files with 22 additions and 0 deletions

View file

@ -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 " ];
}; };
}; };

View file

@ -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 " ];
}; };
}; };
}; };