mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 17:40:06 +08:00
Update doc for checkinstall on startup
This commit is contained in:
parent
b7c3881446
commit
1bf75fdfe7
@ -77,6 +77,12 @@ let g:spacevim_filemanager = 'vimfiler'
|
|||||||
" The default plugin manager of SpaceVim, dein, neobundle or vim-plug. by
|
" The default plugin manager of SpaceVim, dein, neobundle or vim-plug. by
|
||||||
" default it is dein.
|
" default it is dein.
|
||||||
let g:spacevim_plugin_manager = 'dein' " neobundle or dein or vim-plug
|
let g:spacevim_plugin_manager = 'dein' " neobundle or dein or vim-plug
|
||||||
|
""
|
||||||
|
" Enable/Disable checkinstall on SpaceVim startup. by default is 0.
|
||||||
|
"
|
||||||
|
" To enable it: >
|
||||||
|
" let g:spacevim_checkinstall = 1
|
||||||
|
" <
|
||||||
let g:spacevim_checkinstall = 0
|
let g:spacevim_checkinstall = 0
|
||||||
let g:spacevim_hiddenfileinfo = 1
|
let g:spacevim_hiddenfileinfo = 1
|
||||||
let g:spacevim_plugin_groups_exclude = []
|
let g:spacevim_plugin_groups_exclude = []
|
||||||
|
@ -74,6 +74,14 @@ The default file manager of SpaceVim.
|
|||||||
The default plugin manager of SpaceVim, dein, neobundle or vim-plug. by
|
The default plugin manager of SpaceVim, dein, neobundle or vim-plug. by
|
||||||
default it is dein.
|
default it is dein.
|
||||||
|
|
||||||
|
*g:spacevim_checkinstall*
|
||||||
|
Enable/Disable checkinstall on SpaceVim startup. by default is 0.
|
||||||
|
|
||||||
|
To enable it:
|
||||||
|
>
|
||||||
|
let g:spacevim_checkinstall = 1
|
||||||
|
<
|
||||||
|
|
||||||
*g:spacevim_plugin_groups*
|
*g:spacevim_plugin_groups*
|
||||||
groups of plugins should be loaded.
|
groups of plugins should be loaded.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user