diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-03-08 09:18:59 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-03-08 09:18:59 +0200 |
| commit | 25d5d4d39c9895702b01af56d14ca609cdd74fee (patch) | |
| tree | a7dcb3685768c7e55fa7c5972179259257a3ad15 /.config/nvim/lua/plugins/dashboard.lua | |
| parent | 4c6d385b35c9a9e84224d8705864a0f72f7d1f90 (diff) | |
| parent | 8c6b1a59acec18c2e4ec34fa586421b9ab7bd587 (diff) | |
| download | dotfiles-25d5d4d39c9895702b01af56d14ca609cdd74fee.tar.gz dotfiles-25d5d4d39c9895702b01af56d14ca609cdd74fee.zip | |
Merge commit 'ea9278c7ef76f36503029667f8ed9a29abea0655'
Diffstat (limited to '.config/nvim/lua/plugins/dashboard.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/dashboard.lua | 30 |
1 files changed, 24 insertions, 6 deletions
diff --git a/.config/nvim/lua/plugins/dashboard.lua b/.config/nvim/lua/plugins/dashboard.lua index dd50c65..c6c610d 100644 --- a/.config/nvim/lua/plugins/dashboard.lua +++ b/.config/nvim/lua/plugins/dashboard.lua @@ -20,25 +20,43 @@ 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 = "DiagnosticHint", - action = "Telescope live_grep", + desc = " Text", + group = "Number", + --group = "Label", + action = 'enew', key = "t", }, { + desc = " Grep", + group = "Number", + --group = "Label", + action = "Telescope live_grep", + key = "g", + }, + { desc = " Scheme", - group = "Number", + group = "Number", + --group = "Label", action = "Telescope colorscheme", key = "s", }, + { + desc = ' Config', + group = "Number", + --group = "Label", + action = ':edit ~/.config.nvim/init.lua', + key = "c", + }, }, }, hide = { |
