chore: organize ui shit in its own folder

This commit is contained in:
Mariano Z. 2024-12-22 12:13:02 -03:00
parent f6e7ce77d8
commit 9569774c7b
Signed by: marianozunino
GPG key ID: 4C73BAD25156DACE
10 changed files with 45 additions and 8 deletions

View file

@ -1,15 +0,0 @@
local M = {
"goolord/alpha-nvim",
}
M.config = function()
local startify = require("alpha.themes.startify")
startify.section.bottom_buttons.val = {
startify.button("q", "Quit", "<cmd>q <CR>"), -- preserve the quit button
}
require("alpha").setup(startify.config)
end
return M