aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lua/plugins/dashboard.lua
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-10-17 21:26:40 +0200
committersrdusr <trevorgray@srdusr.com>2023-10-17 21:26:40 +0200
commit54a7c1bf02da30c353ddb4af51b065d895801f47 (patch)
tree08dfaa302a7c7018d0dc03fe00518c8129c87c7b /.config/nvim/lua/plugins/dashboard.lua
parent1938838a043b13169a550af5ea37239adfc75293 (diff)
parentc3c0307c2fc26410249df9578c7bf16eb0caa9df (diff)
downloaddotfiles-54a7c1bf02da30c353ddb4af51b065d895801f47.tar.gz
dotfiles-54a7c1bf02da30c353ddb4af51b065d895801f47.zip
Merge commit '67d475c7259bf2448fa3f1d330885ea88036668d'
Diffstat (limited to '.config/nvim/lua/plugins/dashboard.lua')
-rw-r--r--.config/nvim/lua/plugins/dashboard.lua50
1 files changed, 25 insertions, 25 deletions
diff --git a/.config/nvim/lua/plugins/dashboard.lua b/.config/nvim/lua/plugins/dashboard.lua
index a78332b..e25d536 100644
--- a/.config/nvim/lua/plugins/dashboard.lua
+++ b/.config/nvim/lua/plugins/dashboard.lua
@@ -1,4 +1,4 @@
-local db = require('dashboard')
+local db = require("dashboard")
--vim.api.nvim_create_autocmd("VimEnter", {
-- callback = function()
@@ -10,9 +10,9 @@ local db = require('dashboard')
--})
db.setup({
- theme = 'hyper',
+ theme = "hyper",
config = {
- mru = { limit = 10, label = '' },
+ mru = { limit = 10, label = "" },
project = { limit = 10 },
header = {
[[ ███╗ ██╗ ███████╗ ██████╗ ██╗ ██╗ ██╗ ███╗ ███╗]],
@@ -24,45 +24,45 @@ db.setup({
},
disable_move = false,
shortcut = {
- { desc = ' Plugins', group = 'Number', action = 'PackerStatus', key = 'p' },
+ { desc = " Plugins", group = "Number", action = "PackerStatus", key = "p" },
--{ desc = " Plugins", group = "@property", action = "PackerStatus", key = "p" },
{
- desc = ' Files',
- group = 'Number',
+ desc = " Files",
+ group = "Number",
--group = "Label",
- action = 'Telescope find_files',
- key = 'f',
+ action = "Telescope find_files",
+ key = "f",
},
{
- desc = ' Text',
- group = 'Number',
+ desc = " Text",
+ group = "Number",
--group = "Label",
- action = 'enew',
- key = 't',
+ action = "enew",
+ key = "t",
},
{
- desc = ' Grep',
- group = 'Number',
+ desc = " Grep",
+ group = "Number",
--group = "Label",
- action = 'Telescope live_grep',
- key = 'g',
+ action = "Telescope live_grep",
+ key = "g",
},
{
- desc = ' Scheme',
- group = 'Number',
+ desc = " Scheme",
+ group = "Number",
--group = "Label",
- action = 'Telescope colorscheme',
- key = 's',
+ action = "Telescope colorscheme",
+ key = "s",
},
{
- desc = ' Config',
- group = 'Number',
+ desc = " Config",
+ group = "Number",
--group = "Label",
- action = ':edit ~/.config.nvim/init.lua',
- key = 'c',
+ action = ":edit ~/.config/nvim/init.lua",
+ key = "c",
},
},
- footer = { '', 'Hello World!' },
+ footer = { "", "Hello World!" },
},
hide = {
statusline = false,