Skip to content

Automatically switch input methods in Neovim based on editor state, so you can stay in the right language without thinking.

License

Notifications You must be signed in to change notification settings

dirichy/imselect.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

This plugin is to switch im autometically in neovim.

features

force ascii mode in normal mode

multi driver.

including fcitx, macism, neovide. and user can provide thier own driver, too.

custom strategy.

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.

install

you can install with lazy.nvim or other manager.

	{
		"dirichy/imselect.nvim",
		config = true,
	},

About

Automatically switch input methods in Neovim based on editor state, so you can stay in the right language without thinking.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages