Using Vim Plugins in IntelliJ via IdeaVim

Is there a way to use Vim plugins in IntelliJ via IdeaVim? In this case, I am looking for a way to use the easymotion Vim plugin.

+6
source share
1 answer

You can use the acejump plugin or emacsIDEAs (don't be emacsIDEAs its name, it just introduces smooth transition functions), as well as the IdeaVim plugin.

+9
source

All Articles