TIL: Regenerate Vim's helptags for plugins

When you install a new plugin for Vim, you might need to regenerate the helptags to make the documentation available. You can do this by running :helptags ALL in Vim. This will generate the tags for all directories in your runtimepath.

:helptags ALL