pojokcodeid.nvim-lazy/lua/plugins/alpha.lua

12 lines
163 B
Lua
Raw Normal View History

2024-05-21 09:15:27 +07:00
return {
2024-05-21 22:37:48 +07:00
-- dashboard
{
"goolord/alpha-nvim",
lazy = true,
event = "VimEnter",
config = function()
2024-06-14 08:40:35 +07:00
require("user.alpha")
2024-05-21 22:37:48 +07:00
end,
},
2024-05-21 09:15:27 +07:00
}