mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 18:47:29 -07:00
Update README
This commit is contained in:
parent
c9f88a03fb
commit
f6d94b350c
@ -72,6 +72,14 @@ plugins with `plug#begin(path)` call.
|
|||||||
| `g:plug_threads` | 16 | Default number of threads to use |
|
| `g:plug_threads` | 16 | Default number of threads to use |
|
||||||
| `g:plug_timeout` | 60 | Time limit of each task in seconds |
|
| `g:plug_timeout` | 60 | Time limit of each task in seconds |
|
||||||
|
|
||||||
|
### Example: A small [sensible](https://github.com/tpope/vim-sensible) Vim configuration
|
||||||
|
|
||||||
|
```vim
|
||||||
|
call plug#begin()
|
||||||
|
Plug 'tpope/vim-sensible'
|
||||||
|
call plug#end()
|
||||||
|
```
|
||||||
|
|
||||||
### Dependency resolution
|
### Dependency resolution
|
||||||
|
|
||||||
If a Vim plugin specifies its dependent plugins in `Plugfile` in its root
|
If a Vim plugin specifies its dependent plugins in `Plugfile` in its root
|
||||||
|
Loading…
Reference in New Issue
Block a user