vim-easymotion
vim-easymotion copied to clipboard
doesn't play well with https://github.com/neoclide/coc.nvim
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
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