Add ascii text in header dashboard Snacks

This commit is contained in:
Archie Fox
2025-07-25 14:20:11 +03:00
parent 7f1d7f48dd
commit 78a39cfbfb

View File

@@ -5,7 +5,18 @@ return {
---@type snacks.Config
opts = {
bigfile = { enabled = true },
dashboard = { enabled = true },
dashboard = {
enabled = true,
preset = {
header = [[
██╗ █████╗ ███████╗██╗ ██╗███████╗ ██████╗ ██╗ ██╗
██║ ██╔══██╗╚══███╔╝╚██╗ ██╔╝██╔════╝██╔═══██╗╚██╗██╔╝
██║ ███████║ ███╔╝ ╚████╔╝ █████╗ ██║ ██║ ╚███╔╝
██║ ██╔══██║ ███╔╝ ╚██╔╝ ██╔══╝ ██║ ██║ ██╔██╗
███████╗██║ ██║███████╗ ██║ ██║ ╚██████╔╝██╔╝ ██╗
╚══════╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝]],
},
},
explorer = { enabled = true },
indent = { enabled = true },
input = { enabled = true },
@@ -21,7 +32,7 @@ return {
words = { enabled = true },
styles = {
notification = {
-- wo = { wrap = true } -- Wrap notifications
wo = { wrap = true }, -- Wrap notifications
},
},
},