Skip to content

rizzatti/dash.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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