Skip to content

Commit

Permalink
fix link in startify to vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
wolandark committed Jun 26, 2024
1 parent cff49d7 commit c1bdb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wim-vim
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ let g:startify_custom_header = [
\ ]
let g:startify_custom_footer = split(system('fortune'), '\n') + ['','']
"Bookmarks. Syntax is clear. Add yours
let g:startify_bookmarks = [ {'B': '~/.bashrc'},{'V': '~/.vimrc'}]
let g:startify_bookmarks = [ {'B': '~/.bashrc'},{'V': '~/.vim/vimrc'}]
let g:startify_lists = [
\ { 'type': 'bookmarks' , 'header': [' Bookmarks'] } ,
\ { 'type': 'files' , 'header': [' Recent' ] } ,
Expand Down

0 comments on commit c1bdb8e

Please sign in to comment.