neovim-component
neovim-component copied to clipboard
<neovim-editor> WebComponent to embed Neovim to your app with great ease
Bumps [electron](https://github.com/electron/electron) from 5.0.13 to 9.1.0. Release notes Sourced from electron's releases. electron v9.1.0 Release Notes for v9.1.0 Features Added support for MessagePort in the main process. #24323 Added support...
Greetings and thanks for the excellent work. I would like to use your code and modify it substantially for a side project that I have. In the project, you have...
Turn off IME when the mode is changed to NORMAL. Restore IME state when returning to INSERT.
Right now font-height is calculated by guesswork, which is completely unneeded given that font-size is the font's height. The guesswork approach can lead to glyphs slightly offset from centre with...
These are the 3 most common default `ctrl` mappings I use. It would be great if the worked. Here's a screen shot of the send natively using insert mode ``....
I'm using my fork `promised-neovim-client` but official `neovim-client` is rewritten and improved. I should move to it.
Hi there :) I was wondering if you would consider switching the rendering implementation to HTML elements rather than a canvas? I think this would be better because if there...
is this possible?
see http://vim.wikia.com/wiki/Configuring_the_cursor `NeovimCursor` should store the char under the cursor to redraw it correctly. It can avoid the ugly anti-aliasing issue as well.
Currently `` component requires `child_process` module to invoke Neovim process and communicate with msgpack-rpc API using stdio. However, the way to communicate with Neovim is not only stdio. It is...