https://github.com/meijieru/imtoggle.nvim
An input method switcher for neovim.
https://github.com/meijieru/imtoggle.nvim
input-method neovim
Last synced: 6 months ago
JSON representation
An input method switcher for neovim.
- Host: GitHub
- URL: https://github.com/meijieru/imtoggle.nvim
- Owner: meijieru
- Created: 2021-11-26T04:59:32.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T09:21:04.000Z (about 2 years ago)
- Last Synced: 2025-02-14T17:16:19.891Z (8 months ago)
- Topics: input-method, neovim
- Language: Lua
- Homepage:
- Size: 3.91 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# imtoggle.nvim
An input method switcher for wsl.
## Usage
### Download the dependencies
Download [im-select.exe](https://github.com/daipeihust/im-select/raw/master/im-select-win/out/x64/im-select.exe) and make it visible in `${PATH}`.
### Config
```lua
require("imtoggle").setup()
```
It enables the plugin by default.### Enable
```vim
:lua require("imtoggle").enable()
```### Disable
```vim
:lua require("imtoggle").disable()
```## Acknowledgement
- [im-select](https://github.com/daipeihust/im-select)
- [neuims](https://github.com/Neur1n/neuims)