You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there,
I love the idea of this plugin but, unfortunately, I know little about Kotlin/IJ plugins at this moment. Getting my feet wet with this plugin, though.
I was wondering if it were possible to call a plugin function from ideavim? I know you can use :action/<Action> for built-in ide functions and such but then I am not exactly sure what I would need to call (or if it's even possible) to be able to get to a plugin via Vim. For simplicity, using the ide-actions example from this repo, then the 'hello world' action, what might one put in ideavim.rc for this?
Thanks,
-MH
The text was updated successfully, but these errors were encountered:
Hey there,
I love the idea of this plugin but, unfortunately, I know little about Kotlin/IJ plugins at this moment. Getting my feet wet with this plugin, though.
I was wondering if it were possible to call a plugin function from ideavim? I know you can use
:action
/<Action>
for built-in ide functions and such but then I am not exactly sure what I would need to call (or if it's even possible) to be able to get to a plugin via Vim. For simplicity, using the ide-actions example from this repo, then the 'hello world' action, what might one put in ideavim.rc for this?Thanks,
-MH
The text was updated successfully, but these errors were encountered: