fcitx5-switch.nvim ——A Neovim plugin for automatically activate/inactivate Fcitx5. Dependencies Fcitx5 Install lazy.nvim { "SR-MyStar/fcitx5-switch.nvim", config = true, } if you only want inactivating fcitx5 when you on normal mode, you can add recover = false option. { "SR-MyStar/fcitx5-switch.nvim", opts = { recover = false, }, }