1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-15 08:09:11 +08:00

Call banner layer actively

This commit is contained in:
Gabirel 2017-04-29 12:41:49 +08:00
parent fb8f881568
commit 5a97b3ec52

View File

@ -8,5 +8,6 @@ endfunction
function! SpaceVim#layers#core#config() abort
let g:rooter_silent_chdir = 1
call SpaceVim#layers#load('core#banner')
call SpaceVim#mapping#space#def('nnoremap', ['p', 't'], 'Rooter', 'find-project-root', 1)
endfunction