vim-classpath icon indicating copy to clipboard operation
vim-classpath copied to clipboard

classpath.vim: Set 'path' from the Java class path

Results 6 vim-classpath issues
Sort by recently updated
recently updated
newest added

This would greatly alleviate startuptime costs when jobs are available, at the penalty of not syncing path with the results until after the job completes. Thoughts? I think I can...

In polyglot monorepos it is a royal pain that I cannot have plugins like [coc-java](https://github.com/neoclide/coc-java) correctly set the classpath for the java language server since there is not a `pom.xml`...

Sorry! my English is poor.I hope you can understand. I don't know how the plugin works.I don't know the specific function of this plugin.I want to set the classpath automatically...

I tried to add an offline mode using `-o` (as suggested in https://github.com/tpope/vim-classpath/issues/6 ), however lein respected it only for the stuff from the maven repos while still downloading from...

In case a maven repository is down it is impossible to open buffer without killing. It could be helpful to provide an option to user to set offline mode and...

I'm having problems to get vim-classpath to work with GVIM @ Ubuntu 12.04. This can be easily fixed with this diff: ``` index f578405..8749612 100644 --- a/autoload/classpath.vim +++ b/autoload/classpath.vim @@...