Update README
This commit is contained in:
parent
412f1cbb2f
commit
405ba3ea05
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -55,13 +55,13 @@ plugins with `plug#begin(path)` call.
|
||||||
|
|
||||||
### Commands
|
### Commands
|
||||||
|
|
||||||
| Command | Description |
|
| Command | Description |
|
||||||
| ---------------------- | --------------------------- |
|
| ---------------------- | ------------------------------------------------------------------- |
|
||||||
| PlugInstall [#threads] | Install plugins |
|
| PlugInstall [#threads] | Install plugins |
|
||||||
| PlugUpdate [#threads] | Install or update plugins |
|
| PlugUpdate [#threads] | Install or update plugins |
|
||||||
| PlugClean | Remove unused directories |
|
| PlugClean[!] | Remove unused directories. (Bang version will clean without prompt) |
|
||||||
| PlugUpgrade | Upgrade vim-plug itself |
|
| PlugUpgrade | Upgrade vim-plug itself |
|
||||||
| PlugStatus | Check the status of plugins |
|
| PlugStatus | Check the status of plugins |
|
||||||
|
|
||||||
(Default number of threads = `g:plug_threads` or 16)
|
(Default number of threads = `g:plug_threads` or 16)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue