mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 08:30:06 +08:00
Fix startify config
This commit is contained in:
parent
1d2a1ae353
commit
ecdf5fe47b
@ -7,7 +7,7 @@ function! SpaceVim#layers#ui#plugins() abort
|
|||||||
\ ['tenfyzhong/tagbar-proto.vim', {'merged': 0}],
|
\ ['tenfyzhong/tagbar-proto.vim', {'merged': 0}],
|
||||||
\ ['lvht/tagbar-markdown',{'merged' : 0}],
|
\ ['lvht/tagbar-markdown',{'merged' : 0}],
|
||||||
\ ['t9md/vim-choosewin', {'merged' : 0}],
|
\ ['t9md/vim-choosewin', {'merged' : 0}],
|
||||||
\ ['mhinz/vim-startify', {'loadconf' : 1}],
|
\ ['mhinz/vim-startify', {'loadconf' : 1, 'merged' : 0}],
|
||||||
\ ['blueyed/vim-diminactive', {'merged' : 0}],
|
\ ['blueyed/vim-diminactive', {'merged' : 0}],
|
||||||
\ ]
|
\ ]
|
||||||
if get(g:, '_spacevim_statusline_loaded', 0) == 0
|
if get(g:, '_spacevim_statusline_loaded', 0) == 0
|
||||||
|
@ -68,6 +68,6 @@ function! FileIcon(path)
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function! StartifyEntryFormat()
|
function! StartifyEntryFormat()
|
||||||
return 'FileIcon(absolute_path) ." ". entry_path'
|
return 'FileIcon(entry_path) ." ". entry_path'
|
||||||
endfunction
|
endfunction
|
||||||
" vim:set et sw=2:
|
" vim:set et sw=2:
|
||||||
|
Loading…
Reference in New Issue
Block a user