Skip to content

hosxy/IMSwitch.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

IMSwitch.nvim

Installation

  • packer:
use 'hosxy/IMSwitch.nvim'

Configuration

  • input_method
    • description: input method name
    • type: string
    • value: fcitx5 or fcitx5_rime or windows
    • 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 or false
    • default: false

Example

require("IMSwitch").setup{
    input_method = "fcitx5",
    disable_im = false,
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages