An open API service indexing awesome lists of open source software.

https://github.com/richox/vim-search-maven

search maven dependencies on http://search.maven.org
https://github.com/richox/vim-search-maven

vim

Last synced: 8 months ago
JSON representation

search maven dependencies on http://search.maven.org

Awesome Lists containing this project

README

          

vim-search-maven
=========================

search maven dependencies from http://search.maven.org.

Usage
=====

simply type `:SearchMaven package-name` under normal mode, for example:
`:SearchMaven commmons-lang3`

Installation
============

### Vundle

Add to `.vimrc`:
``` vimL
Bundle 'richox/vim-search-maven'