Open
Description
When I call lsp-ui-doc-focus-frame
manually, Then I can focus to doc frame.
After I read document and press q
key, starting record key mode from evil.
if I want unfocus doc, always need to call lsp-ui-doc-unfocus-frame
this situation?
And I have one more question. lsp-ui-doc example image is showing when press the key Shift+K
. But in my case My emacs launched man page search mode. How can I see doc with Shift+K
hotkey?