https://github.com/pi314/ime.vim
A Vim input method engine
https://github.com/pi314/ime.vim
boshiamy chinese ime vim-plugin
Last synced: 5 months ago
JSON representation
A Vim input method engine
- Host: GitHub
- URL: https://github.com/pi314/ime.vim
- Owner: pi314
- License: bsd-2-clause
- Created: 2014-12-10T04:49:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-06-15T09:11:52.000Z (12 months ago)
- Last Synced: 2026-01-14T07:35:01.575Z (5 months ago)
- Topics: boshiamy, chinese, ime, vim-plugin
- Language: Vim Script
- Homepage:
- Size: 2.09 MB
- Stars: 84
- Watchers: 8
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README-manually-install.en.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
===============================================================================
Manually install ime.vim
===============================================================================
Under some environment, plugin managers may not operate normally.
This document takes Windows 7 gVim 7.3 as an example to introduce how to
manually install ime.vim.
Place the files in this repository as the following structure: ::
~/vimfiles
├── LICENSE.txt
├── README.rst
├── autoload
│ ├── ime
│ │ ├── boshiamy_table.vim
│ │ ├── builtin_boshiamy.vim
│ │ ├── builtin_chewing.vim
│ │ ├── builtin_kana.vim
│ │ ├── builtin_unicode.vim
│ │ ├── chewing_table.vim
│ │ └── kana_table.vim
│ └── ime.vim
├── doc
│ ├── ime-plugin.txt
│ └── ime.txt
└── plugin
└── ime.vim
Execute ``:helptags .`` under ``doc/`` folder to generate ``tags`` file.
After restart gVim, you can start to use ime.vim.
Store every files in UTF-8 encoding.
**== Note: make sure what you are doing when manually installing plugin. ==**
**== Don't override your settings and do backup when necessary. ==**
Install with vim-plug
-------------------------------------------------------------------------------
Even if you don't have any one of ``git`` / ``curl`` / ``fetch`` / ``wget``,
you can still leverage vim-plug to deal with ``runtimepath``.
After installing `vim-plug `_,
download ime.vim and third party plugins and unzip them into ``~/vimfiles/plugged/``.