mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:00:04 +08:00
Revent check install
This commit is contained in:
parent
5992306db0
commit
116fb53864
@ -153,7 +153,7 @@ Try these Neovim hangouts for any questions, problems or comments.
|
||||
curl -sLf https://spacevim.org/install.sh | bash
|
||||
```
|
||||
|
||||
**After SpaceVim is installed, launch `vim` and run `:call dein#install()` inside vim to install all the plugins.**
|
||||
**After SpaceVim is installed, launch `vim` and SpaceVim will automatically install plugins**
|
||||
|
||||
Once plugins start installing, at the bottom of the vim window, you will see
|
||||
`[dein] Install started: (YYYY/MM/DD HH:MM:SS)`
|
||||
|
@ -180,11 +180,11 @@ let g:spacevim_filemanager = 'vimfiler'
|
||||
" Options are dein, neobundle, or vim-plug.
|
||||
let g:spacevim_plugin_manager = 'dein'
|
||||
""
|
||||
" Enable/Disable checkinstall on SpaceVim startup. Default is 0.
|
||||
" Enable/Disable checkinstall on SpaceVim startup. Default is 1.
|
||||
" >
|
||||
" let g:spacevim_checkinstall = 1
|
||||
" <
|
||||
let g:spacevim_checkinstall = 0
|
||||
let g:spacevim_checkinstall = 1
|
||||
""
|
||||
" Enable/Disable debug mode for SpaceVim. Default is 0.
|
||||
" >
|
||||
|
@ -205,7 +205,7 @@ The default plugin manager of SpaceVim. Default is 'dein'. Options are dein,
|
||||
neobundle, or vim-plug.
|
||||
|
||||
*g:spacevim_checkinstall*
|
||||
Enable/Disable checkinstall on SpaceVim startup. Default is 0.
|
||||
Enable/Disable checkinstall on SpaceVim startup. Default is 1.
|
||||
>
|
||||
let g:spacevim_checkinstall = 1
|
||||
<
|
||||
|
Loading…
Reference in New Issue
Block a user