Closed
Description
I'm using LanguageClient-neovim
.
When I write something like, let's say
-- >>> 3 + 5
the only thing that happens is that the string Evaluate...
pops up on the right of the comment (as nvim virtual text). I don't know how to interact with this - I only tried a codeAction
and nothing pops up.
How do I interact with this via the lsp interface?