1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 10:30:05 +08:00

Update doc for checkinstall on startup

This commit is contained in:
wsdjeg 2017-01-06 21:42:33 +08:00
parent b7c3881446
commit 1bf75fdfe7
2 changed files with 14 additions and 0 deletions

View File

@ -77,6 +77,12 @@ let g:spacevim_filemanager = 'vimfiler'
" The default plugin manager of SpaceVim, dein, neobundle or vim-plug. by
" default it is dein.
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_hiddenfileinfo = 1
let g:spacevim_plugin_groups_exclude = []

View File

@ -74,6 +74,14 @@ The default file manager of SpaceVim.
The default plugin manager of SpaceVim, dein, neobundle or vim-plug. by
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*
groups of plugins should be loaded.