Skip to content

niuiic/fcitx.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fcitx.nvim

Neovim plugin to automatically switch fcitx input method

More neovim plugins

Usage

Avaiable functions here.

Function Desc
setup set config
get_status return actived or inactived
active_input_method active input method
inactive_input_method inactive input method
only_active_when_insert only 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",
})

About

Neovim plugin to automatically switch fcitx input method

Resources

License

Stars

Watchers

Forks

Languages