Bundling jar into a vim plugin

2014-07-23 Thread Pankaj Gupta
Hi, I'm creating a scala jump to definition plugin. The vim side of plugin is really simple, a few lines of python that call a local service over http. The real crux is the java service that creates and maintains an index. I want to package the java jars needed for running the process as part o

Re: Bundling jar into a vim plugin

2014-08-05 Thread Justin M. Keyes
On Thu, Jul 24, 2014 at 1:09 AM, Pankaj Gupta wrote: > Hi, > > I'm creating a scala jump to definition plugin. The vim side of plugin is > really simple, a few lines of python that call a local service over http. The > real crux is the java service that creates and maintains an index. I want to