aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-08-18 21:35:49 +0200
committersrdusr <trevorgray@srdusr.com>2023-08-18 21:35:49 +0200
commit87b013983a232431bbf107887da8ffa2c527dff7 (patch)
treef2554a4afcb860ad58bbf2f1dd8e07a33e660964 /lua/plugins
parent4b0cbee1ef2963b6e216ffc1ae48c9160b4443ed (diff)
downloaddotfiles-87b013983a232431bbf107887da8ffa2c527dff7.tar.gz
dotfiles-87b013983a232431bbf107887da8ffa2c527dff7.zip
Add specific mru/project line limit
Diffstat (limited to 'lua/plugins')
-rw-r--r--lua/plugins/dashboard.lua2
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 = {
[[ ███╗ ██╗ ███████╗ ██████╗ ██╗ ██╗ ██╗ ███╗ ███╗]],
[[ ████╗ ██║ ██╔════╝██╔═══██╗ ██║ ██║ ██║ ████╗ ████║]],