1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:10:07 +08:00

Added space vim (#3584)

This commit is contained in:
Bluefitdev 2020-06-21 10:00:52 +10:00 committed by GitHub
parent 73ce6d6dca
commit 195a18e6b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1371,6 +1371,9 @@ function! SpaceVim#welcome() abort
elseif exists(':Defx') == 2
Defx
wincmd p
elseif exists(':NERDTree') == 2
NERDTree
wincmd p
endif
endif
endfunction