Use the VIM help feature:
:help <some_phrase>
If plugins are used, then ensure all the relevant help information is loaded:
vim -c ":helptags ALL" -c ":q"
https://vimhelp.org/