Skip to content

Commit 2121d66

Browse files
committed
Add dashboard
1 parent 2b6d7f7 commit 2121d66

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lua/custom/plugins/init.lua

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,14 @@ return {
202202
},
203203
},
204204
},
205+
dashboard = {
206+
sections = {
207+
{ section = 'header' },
208+
{ icon = '', title = 'Recent Files', section = 'recent_files', indent = 2, padding = 1 },
209+
{ icon = '', title = 'Projects', section = 'projects', indent = 2, padding = 1 },
210+
{ section = 'startup' },
211+
},
212+
},
205213
},
206214
keys = {
207215
-- stylua: ignore start

0 commit comments

Comments
 (0)