mirror of
https://github.com/rizzatti/dash.vim.git
synced 2026-03-03 18:24:03 +01:00
40f2cccd077fdb83dc33d7bc7d757df719464319
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.
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
License
MIT
Description
Languages
Vim Script
100%