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
- Host: GitHub
- URL: https://github.com/richox/vim-search-maven
- Owner: richox
- Created: 2015-07-29T06:08:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-01-25T12:05:31.000Z (over 8 years ago)
- Last Synced: 2025-02-02T01:33:00.599Z (over 1 year ago)
- Topics: vim
- Language: Vim script
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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'