VSCode support
Title sounds crazy, but there is a plugin for VSCode that embeds Neovim :D To make Easymotion work in VSCode need some specific changes. As a POC was created fork. Currently it works stable, but need to add conditions if (g:vscode). Would you mind if I send you a PR with this changes?
References https://github.com/asvetliakov/vscode-neovim/issues/363.
Yea I'm trying to use both and getting a name collision for the plugin names because I want to use both.
Temporary workaround: use different folder names.
Yea I forked the VSCode easymotion plugin and I'm using that for now.
Switch to hop as shown here you can also integrate it in vscode without any extra configuration: https://github.com/phaazon/hop.nvim/issues/349
Since this etension doesn't write to the buffer it also works native in vscode
@ChristianChiarulli Especially you might want to see this