coc-imselect


Ⅰ. 插件描述

Input method enhance for iTerm2 on mac.

Ⅱ. 基本信息

创建日期:  2019-02-26
使用用户:  1
Github星:  18
插件作者:  neoclide

Ⅲ. 安装方法

使用Vundle管理器安装

在你的.vimrc下添加:
Plugin 'neoclide/coc-imselect'
… 然后在Vim中运行以下命令:
:source %
:PluginInstall

对于Vundle版本 < 0.10.2,请用上面的Bundle替换Plugin。

使用NeoBundle管理器安装

在你的.vimrc下添加:
NeoBundle 'neoclide/coc-imselect'
… 然后在Vim中运行以下命令:
:source %
:NeoBundleInstall

使用VimPlug管理器安装

在你的.vimrc下添加:
Plug 'neoclide/coc-imselect'
… 然后在Vim中运行以下命令:
:source %
:PlugInstall

使用Pathogen管理器安装

在终端中运行以下命令:
cd ~/.vim/bundle
git clone https://github.com/neoclide/coc-imselect

Ⅳ. 文档说明

# coc-imselect

Input method enhance for vim on mac.

2019-02-26 15_11_49

This extension works with vim8 and neovim, latest coc.nvim required.

Install

Install coc.nvim, then run command:

CocInstall coc-imselect

Features

  • Monitor input source change and highlight cursor.
  • Change input source when necessary on insert.

Options

  • imselect.defaultInput default input source use in normal mode, default to com.apple.keylayout.US.
  • imselect.enableStatusItem enable status item in statusline.
  • imselect.enableFloating enable floating window support for input method.

License

MIT

添加新评论