diff options
| -rw-r--r-- | lua/plugins/dashboard.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/plugins/dashboard.lua b/lua/plugins/dashboard.lua index 46c15ec..834ae82 100644 --- a/lua/plugins/dashboard.lua +++ b/lua/plugins/dashboard.lua @@ -12,6 +12,8 @@ local db = require("dashboard") db.setup({ theme = "hyper", config = { + mru = { limit = 10 }, + project = { limit = 10 }, header = { [[ ███╗ ██╗ ███████╗ ██████╗ ██╗ ██╗ ██╗ ███╗ ███╗]], [[ ████╗ ██║ ██╔════╝██╔═══██╗ ██║ ██║ ██║ ████╗ ████║]], |
