2023-02-20 16:43:33 +00:00
|
|
|
return {
|
|
|
|
"glepnir/dashboard-nvim",
|
2023-03-03 11:30:01 +00:00
|
|
|
event = "VimEnter",
|
2023-03-03 11:06:28 +00:00
|
|
|
cmd = "Dashboard",
|
2023-02-20 17:46:02 +00:00
|
|
|
dependencies = { "nvim-tree/nvim-web-devicons" },
|
2023-02-20 17:15:44 +00:00
|
|
|
config = function() require("dashboard").setup(require "config.dashboard") end,
|
2023-02-20 16:43:33 +00:00
|
|
|
}
|