From fe63dd23c59b268b58f1fe335645032a398d891b Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 1 Mar 2023 07:45:13 +0200 Subject: Changed color of shortcuts --- lua/plugins/dashboard.lua | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/lua/plugins/dashboard.lua b/lua/plugins/dashboard.lua index 9ac48a3..c6c610d 100644 --- a/lua/plugins/dashboard.lua +++ b/lua/plugins/dashboard.lua @@ -20,34 +20,40 @@ db.setup({ }, disable_move = false, shortcut = { - { desc = " Plugins", group = "@property", action = "PackerStatus", key = "p" }, + { desc = " Plugins", group = "Number", action = "PackerStatus", key = "p" }, + --{ desc = " Plugins", group = "@property", action = "PackerStatus", key = "p" }, { desc = " Files", - group = "Label", + group = "Number", + --group = "Label", action = "Telescope find_files", key = "f", }, { desc = " Text", - group = "Label", + group = "Number", + --group = "Label", action = 'enew', key = "t", }, { desc = " Grep", - group = "Label", + group = "Number", + --group = "Label", action = "Telescope live_grep", key = "g", }, { desc = " Scheme", - group = "Label", + group = "Number", + --group = "Label", action = "Telescope colorscheme", key = "s", }, { desc = ' Config', group = "Number", + --group = "Label", action = ':edit ~/.config.nvim/init.lua', key = "c", }, -- cgit v1.2.3