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 = {}, }, }