mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 17:49:57 +08:00
parent
53ab9e5a9d
commit
b943319ae0
@ -504,6 +504,9 @@ function! SpaceVim#welcome() abort
|
|||||||
endif
|
endif
|
||||||
if exists(':Startify') == 2
|
if exists(':Startify') == 2
|
||||||
Startify
|
Startify
|
||||||
|
if isdirectory(bufname(1))
|
||||||
|
bwipeout! 1
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
if g:spacevim_enable_vimfiler_welcome
|
if g:spacevim_enable_vimfiler_welcome
|
||||||
\ && get(g:, '_spacevim_checking_flag', 0) == 0
|
\ && get(g:, '_spacevim_checking_flag', 0) == 0
|
||||||
|
0
docs/layers/chinese.md
Normal file
0
docs/layers/chinese.md
Normal file
6
docs/layers/colorscheme.md
Normal file
6
docs/layers/colorscheme.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# [Layers](https://spacevim.org/layers) > colorscheme
|
||||||
|
|
||||||
|
This layer provides many colorschemes for SpaceVim, the default colorscheme is gruvbox. to change the colorscheme:
|
||||||
|
```vim
|
||||||
|
let g:spacevim_colorscheme = 'onedark'
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user