mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-15 19:45:46 +08:00
Test startify
This commit is contained in:
parent
c6947482b2
commit
1d2a1ae353
@ -1,4 +1,5 @@
|
|||||||
let s:NUM = SpaceVim#api#import('data#number')
|
let s:NUM = SpaceVim#api#import('data#number')
|
||||||
|
let s:FILE = SpaceVim#api#import('file')
|
||||||
fu! s:update_logo()
|
fu! s:update_logo()
|
||||||
if !exists('g:startify_custom_header') && !exists('g:_spacevim_welcome_banners')
|
if !exists('g:startify_custom_header') && !exists('g:_spacevim_welcome_banners')
|
||||||
let g:startify_custom_header = [
|
let g:startify_custom_header = [
|
||||||
@ -61,4 +62,12 @@ if !exists('g:startify_custom_header')
|
|||||||
endif
|
endif
|
||||||
call SpaceVim#mapping#space#def('nnoremap', ['a','s'], 'Startify | doautocmd WinEnter', 'fancy start screen',1)
|
call SpaceVim#mapping#space#def('nnoremap', ['a','s'], 'Startify | doautocmd WinEnter', 'fancy start screen',1)
|
||||||
|
|
||||||
|
function! FileIcon(path)
|
||||||
|
echom a:path
|
||||||
|
return s:FILE.fticon(a:path)
|
||||||
|
endfunction
|
||||||
|
|
||||||
|
function! StartifyEntryFormat()
|
||||||
|
return 'FileIcon(absolute_path) ." ". entry_path'
|
||||||
|
endfunction
|
||||||
" vim:set et sw=2:
|
" vim:set et sw=2:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user