diff --git a/after/plugin/dashboard.lua b/after/plugin/dashboard.lua index 797bab5..278f275 100644 --- a/after/plugin/dashboard.lua +++ b/after/plugin/dashboard.lua @@ -29,6 +29,27 @@ dashboard.setup({ [[ `'' ``' ]], [[ ]], [[ [ TIP: To exit Neovim, just power off your computer. ] ]], + [[ ]], + }, + center = { + { + icon = '󰍉 ', + icon_hl = 'main', + desc = 'Find files', + desc_hl = 'main', + key = 'SPC f f', + key_hl = 'main', + action = 'Telescope find_files', + }, + { + icon = ' ', + icon_hl = 'main', + desc = 'Select project', + desc_hl = 'main', + key = 'SPC f p', + key_hl = 'main', + action = 'Telescope project', + }, }, footer = { "The one true text editor."