mirror of
https://github.com/junegunn/vim-plug.git
synced 2025-12-06 17:14:26 +08:00
Improve parallel update process
This commit is contained in:
12
README.md
12
README.md
@@ -1,15 +1,15 @@
|
||||
vim-plug
|
||||
========
|
||||
|
||||
Vim plugin manager.
|
||||
A single-file Vim plugin manager.
|
||||
|
||||
### Why?
|
||||
### Wh..why?
|
||||
|
||||
Because I can?
|
||||
... because I can?
|
||||
|
||||
### Pros.
|
||||
|
||||
- Marginally simpler
|
||||
- Easier to setup
|
||||
- Parallel installation/update (requires +ruby)
|
||||
- Alternative directory structure: user/repo/branch
|
||||
|
||||
@@ -23,7 +23,7 @@ Download plug.vim and put it in ~/.vim/autoload
|
||||
|
||||
```sh
|
||||
mkdir -p ~/.vim/autoload
|
||||
curl -fL -o ~/.vim/autoload/plug.vim https://raw.github.com/junegunn/vim-plug/master/plug.vim
|
||||
curl -fLo ~/.vim/autoload/plug.vim https://raw.github.com/junegunn/vim-plug/master/plug.vim
|
||||
```
|
||||
|
||||
Edit your .vimrc
|
||||
@@ -50,5 +50,5 @@ You can change the location of the plugins with `plug#init(path)` call.
|
||||
| PlugClean | Remove unused directories |
|
||||
| PlugUpgrade | Upgrade vim-plug itself |
|
||||
|
||||
(Default #threads = Number of plugins)
|
||||
(Default number of threads = `g:plug_threads` or 16)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user