local M = { "goolord/alpha-nvim", } M.config = function() local startify = require("alpha.themes.startify") startify.section.top_buttons.val = { startify.button("e", "New file", "ene "), startify.button("q", "Quit", "q "), } startify.section.bottom_buttons.val = {} require("alpha").setup(startify.config) end return M