mirror of
https://github.com/junegunn/vim-plug.git
synced 2025-12-31 21:04:21 +08:00
Spawn multiple threads unless g:plug_threads is set to 1
This commit is contained in:
16
README.md
16
README.md
@@ -73,16 +73,14 @@ installation.
|
||||
|
||||
A `Plugfile` should contain a set of `Plug` commands for the dependent plugins.
|
||||
|
||||
I've created two dummy repositories with Plugfiles as an example to this scheme.
|
||||
I've created three dummy repositories with Plugfiles as an example to this
|
||||
scheme.
|
||||
|
||||
- [junegunn/dummy1](https://github.com/junegunn/dummy1)
|
||||
- `Plug 'junegunn/vim-scroll-position'`
|
||||
- `Plug 'junegunn/dummy2'`
|
||||
- [junegunn/dummy2](https://github.com/junegunn/dummy2)
|
||||
- `Plug 'junegunn/Zenburn'`
|
||||
- `Plug 'junegunn/jellybeans.vim'`
|
||||
- `Plug 'junegunn/dummy1'`
|
||||
- (Circular dependencies are ignored)
|
||||
- [junegunn/dummy1](https://github.com/junegunn/dummy1/blob/master/Plugfile)
|
||||
- Plugfile includes `Plug 'junegunn/dummy2'`
|
||||
- [junegunn/dummy2](https://github.com/junegunn/dummy2/blob/master/Plugfile)
|
||||
- Plugfile includes `Plug 'junegunn/dummy3'`
|
||||
- [junegunn/dummy3](https://github.com/junegunn/dummy3/blob/master/Plugfile)
|
||||
|
||||
If you put `Plug 'junegunn/dummy1'` in your configuration file, and run
|
||||
`:PlugInstall`,
|
||||
|
||||
Reference in New Issue
Block a user