Add ascii text in header dashboard Snacks
This commit is contained in:
@@ -5,7 +5,18 @@ return {
|
|||||||
---@type snacks.Config
|
---@type snacks.Config
|
||||||
opts = {
|
opts = {
|
||||||
bigfile = { enabled = true },
|
bigfile = { enabled = true },
|
||||||
dashboard = { enabled = true },
|
dashboard = {
|
||||||
|
enabled = true,
|
||||||
|
preset = {
|
||||||
|
header = [[
|
||||||
|
██╗ █████╗ ███████╗██╗ ██╗███████╗ ██████╗ ██╗ ██╗
|
||||||
|
██║ ██╔══██╗╚══███╔╝╚██╗ ██╔╝██╔════╝██╔═══██╗╚██╗██╔╝
|
||||||
|
██║ ███████║ ███╔╝ ╚████╔╝ █████╗ ██║ ██║ ╚███╔╝
|
||||||
|
██║ ██╔══██║ ███╔╝ ╚██╔╝ ██╔══╝ ██║ ██║ ██╔██╗
|
||||||
|
███████╗██║ ██║███████╗ ██║ ██║ ╚██████╔╝██╔╝ ██╗
|
||||||
|
╚══════╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝]],
|
||||||
|
},
|
||||||
|
},
|
||||||
explorer = { enabled = true },
|
explorer = { enabled = true },
|
||||||
indent = { enabled = true },
|
indent = { enabled = true },
|
||||||
input = { enabled = true },
|
input = { enabled = true },
|
||||||
@@ -21,7 +32,7 @@ return {
|
|||||||
words = { enabled = true },
|
words = { enabled = true },
|
||||||
styles = {
|
styles = {
|
||||||
notification = {
|
notification = {
|
||||||
-- wo = { wrap = true } -- Wrap notifications
|
wo = { wrap = true }, -- Wrap notifications
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user