mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
update pilihan dashboard
This commit is contained in:
parent
acd0cdd638
commit
dfac70297c
2 changed files with 45 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue