1
0
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:
wsdjeg 2018-02-08 00:18:07 +08:00
parent 1d2a1ae353
commit ecdf5fe47b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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