mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
43 lines
1.2 KiB
Lua
43 lines
1.2 KiB
Lua
-- NOTE: Header looks jacked up here, but fine when rendered in the ui.
|
|
return {
|
|
"folke/snacks.nvim",
|
|
opts = {
|
|
picker = {
|
|
hidden = true,
|
|
ignored = true
|
|
},
|
|
dashboard = {
|
|
row = nil,
|
|
col = nil,
|
|
preset = {
|
|
header = [[
|
|
*
|
|
+++++
|
|
+++++++++
|
|
==+++++++++++
|
|
+===:+++++++++++*
|
|
+======--+++++++++++*##+====
|
|
+==========:=+++++++++++#+====
|
|
+=============-=++++++++++++====
|
|
+================-:+++++++++++++==
|
|
+===================--++++++++++++++*
|
|
+======================--+++++++++++++++*
|
|
=========================-++++++++++++++++
|
|
==========================:+++++++++++++++
|
|
===========================:++++++++++++++
|
|
===========================-.-++++++++++++
|
|
===========================-::.=++++++++++
|
|
===========================----..=++++++++
|
|
===========================------..:=+++++
|
|
===========================--------:...-++
|
|
===========================------------:.:
|
|
===========================---------------
|
|
===========================---------------
|
|
===========================---------------
|
|
]],
|
|
},
|
|
|
|
},
|
|
},
|
|
}
|