From 0bc632cd7debd094d0283128b0a5df86b8b17cc7 Mon Sep 17 00:00:00 2001 From: psychhim Date: Wed, 10 Dec 2025 04:03:09 +0530 Subject: [PATCH] Update: alpha button --- lua/plugins/custom/alpha.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/custom/alpha.lua b/lua/plugins/custom/alpha.lua index 7267fe3..7bac5dd 100644 --- a/lua/plugins/custom/alpha.lua +++ b/lua/plugins/custom/alpha.lua @@ -83,7 +83,7 @@ return { -- Setup buttons dashboard.section.buttons.val = { -- New file - dashboard.button('i', ' New File', 'lua new_file_alpha()'), + dashboard.button('i', ' Create new', 'lua new_file_alpha()'), -- Recent files dashboard.button('?', ' Recent Files', 'lua open_telescope_oldfiles()'), -- Open Neo-tree in current directory