I’m using coc
with clojure-lsp
and I’m trying to show doc strings via:
CocAction('doHover')
But it only shows a single floating square without any content. Does anyone know how to make it work (the rest of the coc commands do work such as goto def etc.)
Using neovim if that’s any concern
Thanks!