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 }, }, },