mirror of
https://github.com/hyzendust/KickestEnd.nvim.git
synced 2026-02-15 12:21:13 +01:00
18 lines
398 B
Lua
18 lines
398 B
Lua
local splash = {
|
|
" ,___ .-;'",
|
|
' `"-.`\\_...._/`.`',
|
|
' , \\ /',
|
|
" .-' ', / () ()\\ ",
|
|
"`'._ \\ /() . (|",
|
|
" > .' ;, -'- /",
|
|
' / < |;, __.;',
|
|
" '-.'-.| , \\ , \\",
|
|
' `>.|;, \\_) \\_)',
|
|
' `-; , /',
|
|
' \\ / <',
|
|
" '. <`'-,_)",
|
|
" jgs ' ._)'",
|
|
}
|
|
|
|
return splash
|