- packer:
use 'hosxy/IMSwitch.nvim'
input_method
- description: input method name
- type: string
- value:
fcitx5
orfcitx5_rime
orwindows
- default:
fcitx5
(default:windows
on Windows)
disable_im
- description: disable input method after nvim start(if your default input method isn't Eng,maybe need this,maybe don't work)
- type: boolean
- value:
true
orfalse
- default:
false
require("IMSwitch").setup{
input_method = "fcitx5",
disable_im = false,
}