vim-easymotion icon indicating copy to clipboard operation
vim-easymotion copied to clipboard

doesn't play well with https://github.com/neoclide/coc.nvim

Open bkerin opened this issue 3 years ago • 1 comments

Coc uses a highlighted gray word for e.g. typescript syntax error, then when you put cursor on that word you get a popup telling you what typescript is whining about

So naturally I want to use easymotion to jump to that word. But unfortunately after easymotion relinquishes the screen the word is no longer highlighted and isn't sensitive anymore, so there's no way to see the error.

I have no idea if this is actually Coc's fault, or easymotion, or vim itself

bkerin avatar Aug 26 '22 22:08 bkerin

I reported this issue at the Coc end as well and a change was made there that seems to fix it for me:

https://github.com/neoclide/coc.nvim/issues/4113

bkerin avatar Sep 04 '22 20:09 bkerin