mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 00:25:47 +02:00
11 lines
163 B
Lua
11 lines
163 B
Lua
return {
|
|
-- dashboard
|
|
{
|
|
"goolord/alpha-nvim",
|
|
lazy = true,
|
|
event = "VimEnter",
|
|
config = function()
|
|
require("user.alpha")
|
|
end,
|
|
},
|
|
}
|