refactor: update dashboard header design to ASCII art logo

This commit is contained in:
2024-09-14 22:07:04 -04:00
parent 725c3533a1
commit 9df3cc52e9
3 changed files with 24 additions and 17 deletions
+2 -2
View File
@@ -35,13 +35,13 @@ return { -- Alpha
if pcall(require, "auto-cursorline") then
require("auto-cursorline").disable({ buffer = true })
end
dashboard.section.footer.val = " Neovim loaded "
dashboard.section.footer.val = "󰇥 Neovim loaded "
.. stats.loaded
.. "/"
.. stats.count
.. " plugins in "
.. ms
.. "ms"
.. "ms 󱐌"
pcall(vim.cmd.AlphaRedraw)
end,
})