local M = { "goolord/alpha-nvim", } M.config = function() local startify = require("alpha.themes.startify") startify.section.bottom_buttons.val = { startify.button("q", "Quit", "q "), -- preserve the quit button } require("alpha").setup(startify.config) end return M