vkg.vim


Ⅰ. 插件描述

Vim plugin to control vkg

Ⅱ. 基本信息

创建日期:  2014-07-22
使用用户:  0
Github星:  2
插件作者:  Pepe García

Ⅲ. 安装方法

使用Vundle管理器安装

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

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

使用NeoBundle管理器安装

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

使用VimPlug管理器安装

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

使用Pathogen管理器安装

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

Ⅳ. 文档说明

vkg.vim

vkg.vim is the vim plugin to control vkg directly from Vim.

installation

vkg.vim depends on vkg. If you haven't vkg installed in your system yet, install it:

npm install -g coffee-script #just in case you have not installed it yet
npm install -g vkg

Temporal recomended installation method:

cd ~/.vim/bundle
git clone https://github.com/pepegar/vkg.vim.git

vkg.vim is waiting for review at Vimawesome, but I expect to have it approved
in the next days, so installing will be as easy as

vkg install vkg-vim

添加新评论