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

12 lines
162 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()
require "user.alpha"
end,
},
2024-05-21 09:15:27 +07:00
}