1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-09 13:40:04 +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 elseif exists(':Defx') == 2
Defx Defx
wincmd p wincmd p
elseif exists(':NERDTree') == 2
NERDTree
wincmd p
endif endif
endif endif
endfunction endfunction