diff --git a/logo/taco.ans b/logo/taco.ans new file mode 100644 index 0000000..b9b031c --- /dev/null +++ b/logo/taco.ans @@ -0,0 +1,16 @@ + + ▄▄▄▄ ▄▄ ▄▄▄▄▄▄ + ▄▄▄▄▄ ▄▄▄▄▄▄▄▄▄▄▄▄  + ▄▄▄▄ ▄ ▄▄▄▄▄ ▄ ▄ ▄  ▄▄▄ + ▄▄▄▄▄ ▄▄▄▄▄ ▄ ▄ ▄ ▄▄▄ + ▀▄▄▄▄▄▄▄▄▄ ▄ ▄ ▄ ▄    + ▄▄▄ ▄ ▄▄   ▄ ▄ ▄ ▄ ▄ ▄▄  +  ▄▄▄▄▄▄  ▄ ▄ ▄ ▄▄▄▄▄   +▄▄▄▄▄▄▄▄▄   ▄▄ ▄ ▄▄▄▄ ▄▄▄▄ ▄ +  ▄▄ ▄▄▄   ▄▄ ▄▄▄▄ ▄▄▄▄ ▄▄▀▀ + ▀▄ ▄  ▄   ▄▄▄▄ ▄▄▄▄ ▄▄▀▀ +  ▄▄ ▄▄▄▄▄ ▄▄▄▄ ▄▄▀▀ + ▄▄▄▄ ▄▄▄▄▄ ▄▄▀▀ + ▀▀▀▄▄▄▄▄▄▀▀▀ +  + diff --git a/lua/plugins/dashboard.lua b/lua/plugins/dashboard.lua index e1f4615..f3dbaf3 100644 --- a/lua/plugins/dashboard.lua +++ b/lua/plugins/dashboard.lua @@ -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()()",