From 85fbc1c6e87d3288a9695e881f03511b8599a4d5 Mon Sep 17 00:00:00 2001 From: Joost Agterhoek Date: Wed, 16 Jul 2025 16:36:59 +0200 Subject: [PATCH] added simple dashboard from dashboard recipes in GitHub repo --- lua/plugins/snacks.lua | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lua/plugins/snacks.lua b/lua/plugins/snacks.lua index bcfb8ab..0ea1215 100644 --- a/lua/plugins/snacks.lua +++ b/lua/plugins/snacks.lua @@ -4,6 +4,14 @@ return { lazy = false, ---@type snacks.Config opts = { - dashboard = { enabled = true }, + dashboard = { + enabled = true, + sections = { + { icon = " ", title = "Keymaps", section = "keys", indent = 2, padding = 1 }, + { icon = " ", title = "Recent Files", section = "recent_files", indent = 2, padding = 1 }, + { icon = " ", title = "Projects", section = "projects", indent = 2, padding = 1 }, + }, + }, + image = {}, }, }