mirror of
https://github.com/hyzendust/KickestEnd.nvim.git
synced 2026-02-15 12:21:13 +01:00
21 lines
416 B
Lua
21 lines
416 B
Lua
local splash = {
|
|
'Sonic the Hedgehog',
|
|
'',
|
|
' ___------__',
|
|
' |\\__-- /\\ _-',
|
|
' |/ __ -',
|
|
' //\\ / \\ /__',
|
|
' | o| 0|__ --_',
|
|
' \\\\____-- __ \\ ___-',
|
|
' (@@ __/ / /_',
|
|
' -_____--- --_',
|
|
' // \\ \\\\ ___-',
|
|
' //|\\__/ \\\\ \\',
|
|
' \\_-\\_____/ \\-\\',
|
|
' // \\--\\| -Han J. Lee-',
|
|
' ____// ||_',
|
|
' /_____\\ /___\\',
|
|
}
|
|
|
|
return splash
|