mirror of
https://github.com/rizzatti/dash.vim.git
synced 2026-02-27 18:23:48 +01:00
e9b26cf5aa367a199db1672618485d9e50fcbbcd
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 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
Using vpm:
Run these two commands in your shell:
vpm insert rizzatti/funcoo.vim
vpm insert rizzatti/dash.vim
License
MIT
Description
Languages
Vim Script
100%