1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 02:10:05 +08:00

Add NX Greek style logo

This commit is contained in:
Gabirel 2017-04-29 00:18:05 +08:00
parent 28828e3e6d
commit f44f6b95ed

View File

@ -177,6 +177,21 @@ function! SpaceVim#layers#core#banner#config() abort
\ ' version : ' . g:spacevim_version . ' by : spacevim.org',
\ '',
\ ],
\ [
\ '',
\ '',
\ ' ______ ',
\ ' \ ___) ',
\ ' \ \ ______ __ ____ __ ___ ____ _ _ _ ',
\ ' > > ( __ )/ \/ /\ \ / // __)/ ___)| | | | | | ',
\ ' / /__ | || |( () < \ v / > _)( (__ | | | |_| | ',
\ ' /_____)|_||_| \__/\_\ > < \___)\__ \ \_)| ._,_| ',
\ ' / ^ \ _) ) | | ',
\ ' /_/ \_\ (__/ |_| ',
\ ' ',
\ ' version : ' . g:spacevim_version . ' by : spacevim.org',
\ '',
\ ],
\ ]
endfunction