From 78a39cfbfb4ee88ed1ce1cb8fe998810c4210b75 Mon Sep 17 00:00:00 2001 From: Archie Fox Date: Fri, 25 Jul 2025 14:20:11 +0300 Subject: [PATCH] Add ascii text in header dashboard Snacks --- lua/plugins/snacks.lua | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/lua/plugins/snacks.lua b/lua/plugins/snacks.lua index 2afa83c..73d3ecb 100644 --- a/lua/plugins/snacks.lua +++ b/lua/plugins/snacks.lua @@ -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 }, }, },