tabnine-vim


Ⅰ. 插件描述

Vim client for TabNine

Ⅱ. 基本信息

创建日期:  2018-04-05
使用用户:  158
Github星:  379
插件作者:  Codota

Ⅲ. 安装方法

使用Vundle管理器安装

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

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

使用NeoBundle管理器安装

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

使用VimPlug管理器安装

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

使用Pathogen管理器安装

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

Ⅳ. 文档说明

This is the Vim client for TabNine, the all-language autocompleter.

  • Indexes your whole project, reading your .gitignore to determine which files to index.
  • Type long variable names in just a few keystrokes using the mnemonic completion engine.
  • Zero configuration. TabNine works out of the box.
  • Highly responsive: typically produces a list of suggestions in less than 10 milliseconds.

The Vim client for TabNine is adapted from YouCompleteMe.
This client is an incompatible fork of YouCompleteMe, so please do not contact the YCM maintainers regarding any problems with it. Instead, create an issue in this repository.

A note on licensing: this repo includes source code as well as packaged TabNine binaries. The GPLv3 license only applies to the source code, not the binaries. The binaries are covered by the TabNine End User License Agreement.

添加新评论