From 8af02ff8af31edc0f5421902420baab286ee9b71 Mon Sep 17 00:00:00 2001 From: Aria Nolan Date: Sat, 7 Oct 2023 14:54:20 -0400 Subject: [PATCH] changed logo again, I have a problem --- config.lua | 51 +++++++++++++++++++++++++++++++++------------------ 1 file changed, 33 insertions(+), 18 deletions(-) diff --git a/config.lua b/config.lua index 873c2c6..31c7293 100644 --- a/config.lua +++ b/config.lua @@ -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