diff options
Diffstat (limited to 'plug-config')
| -rw-r--r-- | plug-config/start-screen.vim | 11 | 
1 files changed, 6 insertions, 5 deletions
| diff --git a/plug-config/start-screen.vim b/plug-config/start-screen.vim index 28d7f649..95c81a29 100644 --- a/plug-config/start-screen.vim +++ b/plug-config/start-screen.vim @@ -1,11 +1,12 @@  let g:startify_custom_header = [ -        \ '       _  __     _         __  ___         __     ___', -        \ '      / |/ /  __(_)_ _    /  |/  /__ _____/ /    |_  |', -        \ '     /    / |/ / /  ` \  / /|_/ / _ `/ __/ _ \  / __/', -        \ '    /_/|_/|___/_/_/_/_/ /_/  /_/\_,_/\__/_//_/ /____/', +        \ '        _   ___    ________          __   ', +        \ '       / | / / |  / / ____/___  ____/ /__ ', +        \ '      /  |/ /| | / / /   / __ \/ __  / _ \', +        \ '     / /|  / | |/ / /___/ /_/ / /_/ /  __/', +        \ '    /_/ |_/  |___/\____/\____/\__,_/\___/ ',          \] - +                                        let g:startify_session_dir = '~/.config/nvim/session' | 
