|
|
@ -74,8 +74,18 @@ let mapleader = "," |
|
|
|
|
|
|
|
" fancy start screen with recent files & bookmarks |
|
|
|
" CUSTOMIZE: you'll probably want different bookmarks |
|
|
|
let g:startify_bookmarks = [ |
|
|
|
\ {'v': '~/.vimrc'}, |
|
|
|
\ {'l': '~/notes/vimwiki/log/index.wiki' }, |
|
|
|
\ '~/.zshrc', |
|
|
|
\ '~/notes/', |
|
|
|
\ '~/p1k3', |
|
|
|
\ ] |
|
|
|
Plugin 'mhinz/vim-startify' |
|
|
|
" let g:startify_bookmarks = [ {'v': '~/.vimrc'}, '~/.zshrc', '~/notes/', '~/p1k3' ] |
|
|
|
let g:startify_custom_header_quotes = [ |
|
|
|
\ ['the purpose of the system is what it does'], |
|
|
|
\ ] |
|
|
|
|
|
|
|
let g:startify_change_to_dir = 0 |
|
|
|
let g:startify_change_to_vcs_root = 1 |
|
|
|
|
|
|
|