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

VSCode support

Open Shatur opened this issue 5 years ago • 4 comments

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.

Shatur avatar Sep 21 '20 07:09 Shatur

Yea I'm trying to use both and getting a name collision for the plugin names because I want to use both.

ChristianChiarulli avatar Oct 28 '20 16:10 ChristianChiarulli

Temporary workaround: use different folder names.

Shatur avatar Oct 28 '20 17:10 Shatur

Yea I forked the VSCode easymotion plugin and I'm using that for now.

ChristianChiarulli avatar Oct 28 '20 21:10 ChristianChiarulli

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

quantumfate avatar Jan 12 '23 12:01 quantumfate