datalogics-bhaugen / dash.vim

Search Dash.app from Vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Commands, Mappings and Configuration

Read the help to know more.

Installation

Using Vundle:

Just add this 2 lines to your ~/.vimrc:

Bundle 'rizzatti/funcoo.vim'
Bundle 'rizzatti/dash.vim'

And run :BundleInstall inside Vim.

Copy and paste in your shell:

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

License

MIT

About

Search Dash.app from Vim

License:MIT License