diff --git a/install.sh b/install.sh index fdc5662..7fa2bde 100755 --- a/install.sh +++ b/install.sh @@ -116,7 +116,7 @@ set termguicolors let g:startify_custom_header = \ startify#pad(split(system('cat $HOME/.local/share/venom/ascii.txt'), '\n')) -let g:startify_custom_footer = 'Venom 1.2 Stonefish' +let g:startify_custom_footer = startify#center(split(system('echo Venom 1.2 Stonefish'), '\n')) " Set find and replace to a more easy system nnoremap S :%s//g