From 47750317d2137712b5cec8aca85f6d9d7e3cbf27 Mon Sep 17 00:00:00 2001 From: Taken Date: Tue, 11 Jul 2023 12:09:09 +0200 Subject: [PATCH] Added center items to dashboard --- after/plugin/dashboard.lua | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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."