Skip to content

Commit 190dc1a

Browse files
committed
add projects to dashboard
1 parent cffc0fc commit 190dc1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/plugins/snacks.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ return {
4545
keys = {
4646
{ icon = "", key = "f", desc = "Find File", action = ":lua Snacks.dashboard.pick('files')" },
4747
{ icon = "", key = "n", desc = "New File", action = ":ene | startinsert" },
48+
{ icon = "", key = "p", desc = "Projects", action = ":lua Snacks.picker.projects()" },
4849
{ icon = "", key = "e", desc = "Explorer", action = ":lua Snacks.explorer()" },
4950
{ icon = "", key = "g", desc = "Find Text", action = ":lua Snacks.dashboard.pick('live_grep')" },
5051
{ icon = "", key = "r", desc = "Recent Files", action = ":lua Snacks.dashboard.pick('oldfiles')" },

0 commit comments

Comments
 (0)