fixes to logo
This commit is contained in:
parent
e553116a0b
commit
ce8e788938
|
@ -39,7 +39,7 @@ local dash = {
|
|||
╚═╝ ╚══════╝ ╚═════╝╚═╝ ╚═╝ ╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═══╝╚══════╝
|
||||
|
||||
]]
|
||||
logo = string.rep('\n', 2) .. logo .. '\n\n'
|
||||
logo = string.rep('\n', 1) .. logo .. '\n'
|
||||
|
||||
local opts = {
|
||||
theme = 'doom',
|
||||
|
|
Loading…
Reference in New Issue