This plugin is to switch im autometically in neovim.
including fcitx, macism, neovide. and user can provide thier own driver, too.
beside neovim mode, you can provide any function to judge if we should use ascii mode.
for example, I implemented a features to force ascii mode in latex math mode with nvimtex.nvim.
you can install with lazy.nvim or other manager.
{
"dirichy/imselect.nvim",
config = true,
},