mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:10:04 +08:00
parent
53ab9e5a9d
commit
b943319ae0
@ -504,6 +504,9 @@ function! SpaceVim#welcome() abort
|
||||
endif
|
||||
if exists(':Startify') == 2
|
||||
Startify
|
||||
if isdirectory(bufname(1))
|
||||
bwipeout! 1
|
||||
endif
|
||||
endif
|
||||
if g:spacevim_enable_vimfiler_welcome
|
||||
\ && 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…
Reference in New Issue
Block a user