mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 21:00:03 +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}],
|
||||
\ ['lvht/tagbar-markdown',{'merged' : 0}],
|
||||
\ ['t9md/vim-choosewin', {'merged' : 0}],
|
||||
\ ['mhinz/vim-startify', {'loadconf' : 1}],
|
||||
\ ['mhinz/vim-startify', {'loadconf' : 1, 'merged' : 0}],
|
||||
\ ['blueyed/vim-diminactive', {'merged' : 0}],
|
||||
\ ]
|
||||
if get(g:, '_spacevim_statusline_loaded', 0) == 0
|
||||
|
@ -68,6 +68,6 @@ function! FileIcon(path)
|
||||
endfunction
|
||||
|
||||
function! StartifyEntryFormat()
|
||||
return 'FileIcon(absolute_path) ." ". entry_path'
|
||||
return 'FileIcon(entry_path) ." ". entry_path'
|
||||
endfunction
|
||||
" vim:set et sw=2:
|
||||
|
Loading…
Reference in New Issue
Block a user