Skip to content

Commit e0f9177

Browse files
committed
fix(dashboard): remove default values
1 parent ed067c7 commit e0f9177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/vnext/plugins/snacks.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ return {
2828
sections = {
2929
{ section = "header" },
3030
{ section = "keys", gap = 1 },
31-
{ title = "Recent Files", section = "recent_files", cwd = true, indent = 2, padding = { 2, 2 } },
31+
{ title = "Recent Files", section = "recent_files", cwd = true },
3232
{ section = "startup" },
3333
},
3434
},

0 commit comments

Comments
 (0)