diff --git a/init.vim b/init.vim index 5594ca8..ca2d362 100644 --- a/init.vim +++ b/init.vim @@ -70,7 +70,7 @@ set termguicolors set cursorline let g:startify_custom_header = \ startify#pad(split(system('cat $HOME/.local/share/venom/ascii.txt'), '\n')) -let g:startify_custom_footer = startify#center(split(system('echo Venom 1.4 Hydra'), '\n')) +let g:startify_custom_footer = startify#center(split(system('echo Venom 1.5 Chimaera'), '\n')) " Set find and replace to a more easy system nnoremap S :%s//g set backspace=indent,eol,start " Make backspace work