summaryrefslogtreecommitdiff
path: root/lua/config/dashboard.lua
diff options
context:
space:
mode:
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"
},