Skip to content

reacuna/dash.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 96.7%
  • Shell 3.3%