add: update config modular

This commit is contained in:
asep.komarudin 2024-05-21 09:15:27 +07:00
parent 875631fc4e
commit 77436b89c4
5 changed files with 122 additions and 135 deletions

11
lua/plugins/alpha.lua Normal file
View file

@ -0,0 +1,11 @@
return {
-- dashboard
{
"goolord/alpha-nvim",
lazy = true,
event = "VimEnter",
config = function()
require("user.alpha")
end,
},
}