Skip to content

Commit

Permalink
Add version footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsie19 committed Aug 31, 2021
1 parent d6dc6e9 commit f50be0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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<Left><Left>
Expand Down

0 comments on commit f50be0b

Please # to comment.