mirror of
https://github.com/junegunn/vim-plug.git
synced 2025-12-29 11:56:51 +08:00
Add PlugStatus command
This commit is contained in:
13
README.md
13
README.md
@@ -52,12 +52,13 @@ plugins with `plug#begin(path)` call.
|
||||
|
||||
### Commands
|
||||
|
||||
| Command | Description |
|
||||
| ---------------------- | ------------------------- |
|
||||
| PlugInstall [#threads] | Install plugins |
|
||||
| PlugUpdate [#threads] | Install or update plugins |
|
||||
| PlugClean | Remove unused directories |
|
||||
| PlugUpgrade | Upgrade vim-plug itself |
|
||||
| Command | Description |
|
||||
| ---------------------- | --------------------------- |
|
||||
| PlugInstall [#threads] | Install plugins |
|
||||
| PlugUpdate [#threads] | Install or update plugins |
|
||||
| PlugClean | Remove unused directories |
|
||||
| PlugUpgrade | Upgrade vim-plug itself |
|
||||
| PlugStatus | Check the status of plugins |
|
||||
|
||||
(Default number of threads = `g:plug_threads` or 16)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user