neovim-component
neovim-component copied to clipboard
[WIP] Toggle IME when mode changed
Turn off IME when the mode is changed to NORMAL. Restore IME state when returning to INSERT.
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.