Updated faq (markdown)

Junegunn Choi 2014-08-09 10:06:18 -07:00
parent 5f237285a2
commit 917b784fc1

2
faq.md

@ -66,7 +66,7 @@ repository.
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
### Load plugin manually
You can use `plug#load(names...)` function. The following example will load ultisnips first time you enter insert mode.