Skip to content

Commit

Permalink
bump version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsie19 committed Nov 22, 2021
1 parent 1582dd7 commit a792ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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<Left><Left>
set backspace=indent,eol,start " Make backspace work
Expand Down

0 comments on commit a792ebe

Please # to comment.