An open API service indexing awesome lists of open source software.

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

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/``.