Home

Awesome

fcitx.nvim

Neovim plugin to automatically switch fcitx input method

More neovim plugins

Usage

Avaiable functions here.

FunctionDesc
setupset config
get_statusreturn actived or inactived
active_input_methodactive input method
inactive_input_methodinactive input method
only_active_when_insertonly active input method in insert mode

Call require("fcitx").only_active_when_insert() or define your own function.

Dependencies

Config

Default configuration here.

require("fcitx").setup({
	get_status = "fcitx5-remote",
	active_input_method = "fcitx5-remote -o",
	inactive_input_method = "fcitx5-remote -c",
})