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
The NeoVIM plugin is great (#13, #20) for my own use, and of course Neovim is better than VIM. That being said I have nothing against plain old VIM'ers having nice things too. If anybody wants to add a Vimscript wrapper for the CLI or even just documentation for setting up bindings manually I'd be happy to have them included here.
As commented there wrapping the CLI is probably the easiest way to go. An external plugin (or whatever VIM calls it) that uses the Python module could work too.
The text was updated successfully, but these errors were encountered:
The NeoVIM plugin is great (#13, #20) for my own use, and of course Neovim is better than VIM. That being said I have nothing against plain old VIM'ers having nice things too. If anybody wants to add a Vimscript wrapper for the CLI or even just documentation for setting up bindings manually I'd be happy to have them included here.
See #24 for some binding ideas for starters.
As commented there wrapping the CLI is probably the easiest way to go. An external plugin (or whatever VIM calls it) that uses the Python module could work too.
The text was updated successfully, but these errors were encountered: