top | item 19745803

(no title)

tkinz27 | 6 years ago

I wonder if this will be useful for electron based editors like vscode's vim plugin. I know the plugin is "good" but I always find something that works in vim and doesn't in the plugin and end up going back to my terminal.

discuss

order

johnny22|6 years ago

I heard that you could embed neovim for that sort of thing, since neovim has an ipc. I don't know how well the feature is maintained though.

rdrey|6 years ago

I recently found Oni, which aims to be a web-tech UI for neovim. (The new version should even support the full VSCode extension API / ecosystem) https://github.com/onivim/oni2

greggyb|6 years ago

I thought this was just for ex mode, not for all of normal and insert modes.