rhysd / neovim-component

<neovim-editor> WebComponent to embed Neovim to your app with great ease
https://github.com/rhysd/NyaoVim
MIT License
193 stars 18 forks source link

[WIP] Toggle IME when mode changed #47

Open yuntan opened 7 years ago

yuntan commented 7 years ago

Turn off IME when the mode is changed to NORMAL. Restore IME state when returning to INSERT.

rhysd commented 7 years ago

I think this feature should be optional because the implementation is hacky and not required for people who don't use IME. <neovim-editor> should have an attribute to disable/enable this feature and it should be disabled by default IMO.