summaryrefslogtreecommitdiff
path: root/lua/config/dashboard.lua
diff options
context:
space:
mode:
authorbh <qn+git@excalibur.computer>2026-04-10 14:45:28 +0800
committerbh <qn+git@excalibur.computer>2026-04-10 14:45:28 +0800
commit2d9b023ae7a17a3d6c5905cca561292e685ec6e3 (patch)
treed20af0310a68877514d6ba2cef3afa9aca4756c4 /lua/config/dashboard.lua
parentf131861c0ade828d9c4a75a0e758d0ea6cea87e0 (diff)
Tweak the dashboard even more
Diffstat (limited to 'lua/config/dashboard.lua')
-rw-r--r--lua/config/dashboard.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/lua/config/dashboard.lua b/lua/config/dashboard.lua
index 67caabf..b5dc2ed 100644
--- a/lua/config/dashboard.lua
+++ b/lua/config/dashboard.lua
@@ -18,7 +18,7 @@ db.setup {
theme = "hyper",
config = {
week_header = {
- enable = false -- or true if you want date/time header
+ enable = false
},
header = {
"│ ╲ │ │",
@@ -28,7 +28,7 @@ db.setup {
"│ │ ╲ │",
"│ │ ╲ │",
" ",
- "Neovim " .. vim.version().major .. '.' .. vim.version().minor .. '.' .. vim.version().patch,
+ "Neovim v" .. vim.version().major .. '.' .. vim.version().minor .. '.' .. vim.version().patch,
"  " .. os.date("%A, %B %d, %Y"), -- your custom date/day line
"",
"[TIP: To exit Vim, use a Sledgehammer!]",
@@ -61,6 +61,7 @@ db.setup {
},
{
icon = "󰣪 ",
+ key = "SMASH!",
desc = "SLEDGEHAMMER!",
action = "qa"
},