dash.vim


Ⅰ. 插件描述

Search Dash.app from Vim

Ⅱ. 基本信息

创建日期:  2013-03-14
使用用户:  1554
Github星:  904
插件作者:  José Otávio Rizzatti Ferreira

Ⅲ. 安装方法

使用Vundle管理器安装

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

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

使用NeoBundle管理器安装

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

使用VimPlug管理器安装

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

使用Pathogen管理器安装

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

Ⅳ. 文档说明

# dash.vim

This Vim plugin will search for terms using the excellent Dash.app
, making API lookups simple.

It provides a new :Dash family of commands and (recommended) mappings.

WARNING: Dash.app is a Mac only application, so you will not benefit
from using dash.vim on Linux nor Windows. It can be installed on those systems
however, but it will not load.

Commands, Mappings and Configuration

Read the help to know more.

Installation

Using Vundle:

Just add this line to your ~/.vimrc:

Plugin 'rizzatti/dash.vim'

And run :PluginInstall inside Vim.

Using pathogen.vim:

Copy and paste in your shell:

cd ~/.vim/bundle
git clone https://github.com/rizzatti/dash.vim.git

Using vpm:

Run this command in your shell:

vpm insert rizzatti/dash.vim

Using Plug:

Just add this line to your ~/.vimrc inside plug call:

Plug 'rizzatti/dash.vim'

And run :PlugInstall inside Vim or vim +PlugInstall +qa from shell.

License

MIT

添加新评论