feat(dashboard): tacotime!

Implement taco ANSI art on dashboard
This commit is contained in:
2024-08-07 08:15:32 -04:00
parent 582819f2a5
commit e0d459de1c
2 changed files with 27 additions and 2 deletions
+11 -2
View File
@@ -29,9 +29,18 @@ return {
local opts = {
theme = "doom",
hide = { statusline = false },
hide = {
statusline = false,
tabline = true,
},
preview = {
command = "cat",
file_path = logo_path .. "taco.ans",
file_width = 33,
file_height = 15,
},
config = {
header = vim.split(LOGO, "\n"),
-- header = vim.split(LOGO, "\n"),
center = {
{
action = "lua LazyVim.pick()()",