Browse Source

vim: startify: add some bookmarks, override default quote set

main
Brennen Bearnes 3 years ago
parent
commit
db144ca67d
1 changed files with 11 additions and 1 deletions
  1. +11
    -1
      home/.vim/vimrc

+ 11
- 1
home/.vim/vimrc View File

@ -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


|||||||
x
 
000:0
Loading…
Cancel
Save