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.
Read the help to know more.
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.gitUsing vpm:
Run this command in your shell:
vpm insert rizzatti/dash.vimMIT