easymotion / vim-easymotion

Vim motions on speed!
http://www.vim.org/scripts/script.php?script_id=3526
7.44k stars 357 forks source link

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

Open bkerin opened 2 years ago

bkerin commented 2 years ago

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 commented 2 years ago

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