You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -293,7 +289,7 @@ More examples can be found in:
293
289
|`g:plug_url_format`|`https://git::@github.com/%s.git`|`printf` format to build repo URL (Only applies to the subsequent `Plug` commands) |
294
290
295
291
296
-
###Keybindings
292
+
## Keybindings
297
293
298
294
-`D` - `PlugDiff`
299
295
-`S` - `PlugStatus`
@@ -305,7 +301,7 @@ More examples can be found in:
305
301
-`:PlugDiff`
306
302
-`X` - Revert the update
307
303
308
-
###Post-update hooks
304
+
## Post-update hooks
309
305
310
306
There are some plugins that require extra steps after installation or update.
311
307
In that case, use the `do` option to describe the task to be performed.
@@ -365,7 +361,7 @@ with the bang-versions of the commands: `PlugInstall!` and `PlugUpdate!`.
365
361
> Plug 'junegunn/fzf', { 'do': g:fzf_install }
366
362
> ```
367
363
368
-
#### `PlugInstall!` and `PlugUpdate!`
364
+
### `PlugInstall!` and `PlugUpdate!`
369
365
370
366
The installer takes the following steps when installing/updating a plugin:
371
367
@@ -377,7 +373,7 @@ The installer takes the following steps when installing/updating a plugin:
377
373
378
374
The commands with the `!` suffix ensure that all steps are run unconditionally.
379
375
380
-
### On-demand loading of plugins
376
+
## On-demand loading of plugins
381
377
382
378
```vim
383
379
" NERD tree will be loaded on the first invocation of NERDTreeToggle command
@@ -437,11 +433,11 @@ autocmd! User goyo.vim echom 'Goyo is now loaded!'
437
433
> See https://github.com/junegunn/vim-plug/wiki/tips#loading-plugins-manually
438
434
439
435
440
-
### Collaborators
436
+
## Collaborators
441
437
442
438
- [Jan Edmund Lazo](https://github.com/janlazo) - Windows support
0 commit comments