Skip to content

rizzatti/dash.vim

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
doc
 
 
 
 
 
 
 
 
 
 

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