diff --git a/lua/plugins/alpha.lua b/lua/plugins/alpha.lua index 83e5c3b..6b6e59b 100644 --- a/lua/plugins/alpha.lua +++ b/lua/plugins/alpha.lua @@ -15,7 +15,6 @@ return { dashboard.section.header.val = vim.split(logo, "\n") dashboard.section.buttons.val = { dashboard.button("f", " " .. " Find file", "Telescope find_files "), - dashboard.button("e", " " .. " Edit new file", "ene startinsert "), dashboard.button("r", " " .. " Recent files", "Telescope oldfiles "), dashboard.button("n", "󱏒 " .. " Neotree", "Neotree left "), dashboard.button("g", "󰊢 " .. " Git status", "Neogit "),