diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-03-01 07:45:13 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-03-01 07:45:13 +0200 |
| commit | fe63dd23c59b268b58f1fe335645032a398d891b (patch) | |
| tree | 1c9050298cc09b40895243ac970fa6dc00498d08 | |
| parent | 154e1d827b81669be3a803b7009f58b03d81bd27 (diff) | |
| download | dotfiles-fe63dd23c59b268b58f1fe335645032a398d891b.tar.gz dotfiles-fe63dd23c59b268b58f1fe335645032a398d891b.zip | |
Changed color of shortcuts
| -rw-r--r-- | lua/plugins/dashboard.lua | 16 |
1 files 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", }, |
