Extend example configuration
This commit is contained in:
parent
00e9af20b3
commit
b92a8f1b51
|
@ -621,25 +621,32 @@ EXAMPLE *startify-example*
|
||||||
|
|
||||||
This is my configuration..
|
This is my configuration..
|
||||||
>
|
>
|
||||||
let g:startify_files_number = 8
|
autocmd FileType startify setlocal cursorline
|
||||||
let g:startify_session_persistence = 1
|
|
||||||
let g:startify_session_autoload = 1
|
let g:startify_enable_special = 0
|
||||||
let g:startify_enable_special = 0
|
let g:startify_files_number = 8
|
||||||
|
let g:startify_relative_path = 1
|
||||||
|
let g:startify_change_to_dir = 1
|
||||||
|
let g:startify_session_autoload = 1
|
||||||
|
let g:startify_session_persistence = 1
|
||||||
|
let g:startify_session_delete_buffers = 1
|
||||||
|
|
||||||
let g:startify_list_order = [
|
let g:startify_list_order = [
|
||||||
\ [' LRU:'],
|
\ [' LRU:'],
|
||||||
\ 'files',
|
\ 'files',
|
||||||
\ [' Sessions:'],
|
\ [' LRU within this dir:'],
|
||||||
\ 'sessions',
|
\ 'dir',
|
||||||
\ [' Bookmarks:'],
|
\ [' Sessions:'],
|
||||||
\ 'bookmarks',
|
\ 'sessions',
|
||||||
\ ]
|
\ [' Bookmarks:'],
|
||||||
|
\ 'bookmarks',
|
||||||
|
\ ]
|
||||||
|
|
||||||
let g:startify_skiplist = [
|
let g:startify_skiplist = [
|
||||||
\ 'COMMIT_EDITMSG',
|
\ 'COMMIT_EDITMSG',
|
||||||
\ $VIMRUNTIME .'/doc',
|
\ $VIMRUNTIME .'/doc',
|
||||||
\ 'bundle/.*/doc',
|
\ 'bundle/.*/doc',
|
||||||
\ '.vimgolf',
|
\ '\.vimgolf',
|
||||||
\ ]
|
\ ]
|
||||||
|
|
||||||
let g:startify_bookmarks = [
|
let g:startify_bookmarks = [
|
||||||
|
@ -654,13 +661,13 @@ This is my configuration..
|
||||||
\ map(split(system('tips | cowsay -f apt'), '\n'), '" ". v:val') + ['']
|
\ map(split(system('tips | cowsay -f apt'), '\n'), '" ". v:val') + ['']
|
||||||
|
|
||||||
hi StartifyBracket ctermfg=240
|
hi StartifyBracket ctermfg=240
|
||||||
|
hi StartifyFile ctermfg=147
|
||||||
|
hi StartifyFooter ctermfg=240
|
||||||
|
hi StartifyHeader ctermfg=114
|
||||||
hi StartifyNumber ctermfg=215
|
hi StartifyNumber ctermfg=215
|
||||||
hi StartifyPath ctermfg=245
|
hi StartifyPath ctermfg=245
|
||||||
hi StartifySlash ctermfg=240
|
hi StartifySlash ctermfg=240
|
||||||
hi StartifySpecial ctermfg=240
|
hi StartifySpecial ctermfg=240
|
||||||
hi StartifyHeader ctermfg=114
|
|
||||||
hi StartifyFooter ctermfg=240
|
|
||||||
"hi StartifyFile ctermfg=111
|
|
||||||
<
|
<
|
||||||
==============================================================================
|
==============================================================================
|
||||||
vim: tw=78
|
vim: tw=78
|
||||||
|
|
Loading…
Reference in a new issue