Update README

This commit is contained in:
Junegunn Choi 2013-09-28 22:49:14 +09:00
parent c9f88a03fb
commit f6d94b350c

View File

@ -72,6 +72,14 @@ plugins with `plug#begin(path)` call.
| `g:plug_threads` | 16 | Default number of threads to use |
| `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
If a Vim plugin specifies its dependent plugins in `Plugfile` in its root