mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 18:47:29 -07:00
Updated faq (markdown)
parent
b141a207ae
commit
3eb6b0a13e
5
faq.md
5
faq.md
@ -62,10 +62,9 @@ it as "unstable" or "in development", and always use its latest revision.
|
||||
If you really must choose a certain untagged revision, consider forking the
|
||||
repository.
|
||||
|
||||
### Does vim-plug generate help tags for my plugins' docs?
|
||||
### Does vim-plug generate help tags for my plugins?
|
||||
|
||||
Yes, it automatically generates help tags for all of your plugins when you run `PlugInstall` or `PlugUpdate`.
|
||||
But you can regenerate help tags only with `plug#helptags()` function.
|
||||
Yes, it automatically generates help tags for all of your plugins whenever you run `PlugInstall` or `PlugUpdate`. But you can regenerate help tags only with `plug#helptags()` function.
|
||||
|
||||
### Lazy-load a plugin manually
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user