mirror of
https://github.com/junegunn/vim-plug.git
synced 2026-05-11 09:08:44 +08:00
Add PlugStatus command
This commit is contained in:
@@ -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