1
0
mirror of https://github.com/danbee/dotfiles-local synced 2025-03-04 08:49:07 +00:00

Add dashboard header

This commit is contained in:
Daniel Barber 2023-05-02 23:15:42 -05:00
parent 832bd0e94e
commit 4949356449
2 changed files with 16 additions and 4 deletions

View File

@ -0,0 +1,15 @@
return function()
require("dashboard").setup({
theme = "hyper",
config = {
header = {
[[ ███╗ ██╗ ███████╗ ██████╗ ██╗ ██╗ ██╗ ███╗ ███╗]],
[[ ████╗ ██║ ██╔════╝██╔═══██╗ ██║ ██║ ██║ ████╗ ████║]],
[[ ██╔██╗ ██║ █████╗ ██║ ██║ ██║ ██║ ██║ ██╔████╔██║]],
[[ ██║╚██╗██║ ██╔══╝ ██║ ██║ ╚██╗ ██╔╝ ██║ ██║╚██╔╝██║]],
[[ ██║ ╚████║ ███████╗╚██████╔╝ ╚████╔╝ ██║ ██║ ╚═╝ ██║]],
[[ ╚═╝ ╚═══╝ ╚══════╝ ╚═════╝ ╚═══╝ ╚═╝ ╚═╝ ╚═╝]],
}
}
})
end

View File

@ -16,10 +16,7 @@ return {
{
"glepnir/dashboard-nvim",
event = "VimEnter",
config = function()
require("dashboard").setup({
})
end,
config = require("config.plugins.dashboard"),
dependencies = { { "nvim-tree/nvim-web-devicons" } },
},
{