This commit is contained in:
ZaneFerns360 2024-04-30 12:20:00 +05:30
parent 33094f882b
commit 7167430d58
2 changed files with 27 additions and 19 deletions

View file

@ -4,6 +4,22 @@ local dash = {
event = 'VimEnter',
opts = function()
local logo = [[
@@@@@@ @@@@@@
@@@@@@@@@@@ @@@@@@@@@@@
@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@
@@@@@@ @@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@ @@@@ @@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@ @@@@ @@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@ @@@@@@
@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@
@@@@@@@@@@@ @@@@@@@@@@@
@@@@@@ @@@@@@
@ -14,7 +30,16 @@ local dash = {
]]
logo = string.rep('\n', 8) .. logo .. '\n\n'
local logo2 = [[
]]
logo = string.rep('\n', 2) .. logo .. '\n\n'
local opts = {
theme = 'doom',