This commit is contained in:
asep komarudin 2023-02-12 22:36:43 +07:00
parent 16a7b5cae6
commit acd0cdd638

View file

@ -78,7 +78,8 @@ return {
{
"goolord/alpha-nvim",
module = "alpha",
event = "BufWinEnter",
-- event = "BufWinEnter",
event = "VimEnter",
config = function()
require("user.alpha")
end,