vim

For discussion on all things (neo)vim.
Nir Rubinstein 2020-03-08T15:18:20.052500Z

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!