Search and display the document of the word under the current cursor in qt assistant.
Put assistant.vim under the plugin directory, or use a plugin manager(VimPlug)
just call GetDocFromAssistant() function in vim.
:call GetDocFromAssistant()
# or map a key to do this:
map <F1> :call GetDocFromAssistant()<CR>