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