mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
update config dashboard
This commit is contained in:
parent
95f22323f1
commit
178a328cd6
7 changed files with 108 additions and 75 deletions
|
@ -80,12 +80,7 @@ return {
|
|||
-- event = "BufWinEnter",
|
||||
event = "VimEnter",
|
||||
config = function()
|
||||
local is_dashboard = false
|
||||
if is_dashboard then
|
||||
require("user.alpha")
|
||||
else
|
||||
require("user.startify")
|
||||
end
|
||||
require("user.alpha")
|
||||
end,
|
||||
},
|
||||
-- line info bootom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue