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.
Read the help to know more.
Using Vundle:
Just add this 2 lines to your ~/.vimrc
:
Bundle 'rizzatti/funcoo.vim'
Bundle 'rizzatti/dash.vim'
And run :BundleInstall
inside Vim.
Using pathogen.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
MIT