update pilihan dashboard

This commit is contained in:
asep komarudin 2023-02-12 23:00:38 +07:00
parent acd0cdd638
commit dfac70297c
2 changed files with 45 additions and 1 deletions

View file

@ -81,7 +81,12 @@ return {
-- event = "BufWinEnter",
event = "VimEnter",
config = function()
require("user.alpha")
local is_dashboard = false
if is_dashboard then
require("user.alpha")
else
require("user.startify")
end
end,
},
-- line info bootom