mirror of
https://github.com/hyzendust/KickestEnd.nvim.git
synced 2026-02-15 04:01:13 +01:00
Add: new ascii_arts
This commit is contained in:
20
lua/ascii_arts/ascii_art_2.lua
Normal file
20
lua/ascii_arts/ascii_art_2.lua
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
local splash = {
|
||||||
|
'Sonic the Hedgehog',
|
||||||
|
'',
|
||||||
|
' ___------__',
|
||||||
|
' |\\__-- /\\ _-',
|
||||||
|
' |/ __ -',
|
||||||
|
' //\\ / \\ /__',
|
||||||
|
' | o| 0|__ --_',
|
||||||
|
' \\\\____-- __ \\ ___-',
|
||||||
|
' (@@ __/ / /_',
|
||||||
|
' -_____--- --_',
|
||||||
|
' // \\ \\\\ ___-',
|
||||||
|
' //|\\__/ \\\\ \\',
|
||||||
|
' \\_-\\_____/ \\-\\',
|
||||||
|
' // \\--\\| -Han J. Lee-',
|
||||||
|
' ____// ||_',
|
||||||
|
' /_____\\ /___\\',
|
||||||
|
}
|
||||||
|
|
||||||
|
return splash
|
||||||
15
lua/ascii_arts/ascii_art_3.lua
Normal file
15
lua/ascii_arts/ascii_art_3.lua
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
local splash = {
|
||||||
|
'================================================.',
|
||||||
|
' .-. .-. .--. |',
|
||||||
|
" | OO| | OO| / _.-' .-. .-. .-. .''. |",
|
||||||
|
" | | | | \\ '-. '-' '-' '-' '..' |",
|
||||||
|
" '^^^' '^^^' '--' |",
|
||||||
|
'===============. .-. .================. .-. |',
|
||||||
|
" | | | | | '-' |",
|
||||||
|
' | | | | | |',
|
||||||
|
" | ':-:' | | .-. |",
|
||||||
|
"l42 | '-' | | '-' |",
|
||||||
|
"===============' '================' |",
|
||||||
|
}
|
||||||
|
|
||||||
|
return splash
|
||||||
19
lua/ascii_arts/ascii_art_4.lua
Normal file
19
lua/ascii_arts/ascii_art_4.lua
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
local splash = {
|
||||||
|
' Y\\ /Y',
|
||||||
|
' | \\ _ / |',
|
||||||
|
' _____ | =(_)= |',
|
||||||
|
' ,-" "~-. ,-~\\/^ ^\\/~-.',
|
||||||
|
' ,^ ___ ___ ^. ,^ ___ ___ ^.',
|
||||||
|
' / .^ ^. .^ ^. \\ / .^ ^. .^ ^. \\',
|
||||||
|
'Y l O! l O! Y Y lo ! lo ! Y',
|
||||||
|
'l_ `.___.` `.___.` _[ l_ `.___.` `.___.` _[',
|
||||||
|
'l^~"-------------"~^I l^~"-------------"~^I',
|
||||||
|
'!\\, ,/! ! !',
|
||||||
|
' \\ ~-.,_______,.-~ / \\ /',
|
||||||
|
' ^. .^ ^. .^ -Row',
|
||||||
|
' "-.._____.,-" "-.._____.,-"',
|
||||||
|
'',
|
||||||
|
' ->Mr&MrsPacman<-',
|
||||||
|
}
|
||||||
|
|
||||||
|
return splash
|
||||||
17
lua/ascii_arts/ascii_art_5.lua
Normal file
17
lua/ascii_arts/ascii_art_5.lua
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
local splash = {
|
||||||
|
" ,___ .-;'",
|
||||||
|
' `"-.`\\_...._/`.`',
|
||||||
|
' , \\ /',
|
||||||
|
" .-' ', / () ()\\ ",
|
||||||
|
"`'._ \\ /() . (|",
|
||||||
|
" > .' ;, -'- /",
|
||||||
|
' / < |;, __.;',
|
||||||
|
" '-.'-.| , \\ , \\",
|
||||||
|
' `>.|;, \\_) \\_)',
|
||||||
|
' `-; , /',
|
||||||
|
' \\ / <',
|
||||||
|
" '. <`'-,_)",
|
||||||
|
" jgs ' ._)'",
|
||||||
|
}
|
||||||
|
|
||||||
|
return splash
|
||||||
Reference in New Issue
Block a user