changed logo again, I have a problem

This commit is contained in:
Aria Nolan 2023-10-07 14:54:20 -04:00
parent 53a1a911ca
commit 8af02ff8af

View file

@ -31,24 +31,39 @@ vim.opt.breakindent = true
lvim.builtin.nvimtree.active = false -- NOTE: using neo-tree
lvim.builtin.indentlines.active = true
lvim.builtin.alpha.dashboard.section.header.val = {
[[ _______________________________ ]],
[[ /\ \ ]],
[[/++\ __________________________\]],
[[\+++\ \ ************************/]],
[[ \+++\ \___________________ ***/]],
[[ \+++\ \ /+++/***/]],
[[ \+++\ \ /+++/***/]],
[[ \+++\ \ /+++/***/]],
[[ \+++\ \ /+++/***/]],
[[ \+++\ \ /+++/***/]],
[[ \+++\ \ /+++/***/]],
[[ \+++\ \ /+++/***/]],
[[ \+++\ /+++/***/]],
[[ \+++\ /+++/***/]],
[[ \+++++++/***/]],
[[ \+++++/***/]],
[[ \+++/***/]],
[[ \+/___/]],
[[ _ ]],
[[ \`*-. ]],
[[ ) _`-. ]],
[[ . : `. . ]],
[[ : _ ' \ ]],
[[ ; *` _. `*-._ ]],
[[ `-.-' `-. ]],
[[ ; ` `. ]],
[[ :. . \ ]],
[[ . \ . : .-' . ]],
[[ ' `+.; ; ' : ]],
[[ : ' | ; ;-. ]],
[[ ; ' : :`-: _.`* ;]],
[[[bug] .*' / .*' ; .*`- +' `*' ]],
[[ `*-* `*-* `*-*']],
-- [[ _______________________________ ]],
-- [[ /\ \ ]],
-- [[/++\ __________________________\]],
-- [[\+++\ \ ************************/]],
-- [[ \+++\ \___________________ ***/]],
-- [[ \+++\ \ /+++/***/]],
-- [[ \+++\ \ /+++/***/]],
-- [[ \+++\ \ /+++/***/]],
-- [[ \+++\ \ /+++/***/]],
-- [[ \+++\ \ /+++/***/]],
-- [[ \+++\ \ /+++/***/]],
-- [[ \+++\ \ /+++/***/]],
-- [[ \+++\ /+++/***/]],
-- [[ \+++\ /+++/***/]],
-- [[ \+++++++/***/]],
-- [[ \+++++/***/]],
-- [[ \+++/***/]],
-- [[ \+/___/]],
}
vim.o.timeoutlen = 250