Add ascii text in header dashboard Snacks
This commit is contained in:
@@ -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
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user