-
hi @DonnieWest
I have tried this script ,
https://github.com/meonlol/vim-grand/blob/master/grand.gradle
it is faster,can you test is ,if possible ,we can use it in javacomplete2
-
Currently, this plugin is slow on first startup, and lags a little bit when running the completion. Would there be any way to run in the background as to not interfere with the user's workflow? I know…
-
msys uses unix-like path, for example "/C/mydir/aaa.jar" but maven produces windows path, that makes javacomplete2 not work with maven under msys.
here is my patch:
diff --git a/autoload/javacomplete.…
-
now i am using vim and maven to create my own android project ,use Javacomplete2 ycm for code completion
-
I'm using GVim (version info below) with JDK 8 (version information below). I'm receiving the following message as soon as I write to any *.java file: `No javavi library classes found, it means that w…
-
code:
```
package com.xiaoju.sparksql;
import scala.Tuple2;
public class Main {
public static void main(String[] args) {
Tuple2 tuple;
tuple. …
-
here is my init.vim
![2015-11-17 20-41-20](https://cloud.githubusercontent.com/assets/13142418/11211847/5038e82a-8d6d-11e5-84eb-4cecc401f49d.png)
i have delete `"` before Plugin 'DonnieWest/VimStudio…
-
# Problems summary
## Expected
## Environment Information
- OS: ubuntu
- Vim version:
![2015-12-06 12-30-25](https://cloud.githubusercontent.com/assets/13142418/11611680/2930c322-9c15-11e5-964d-98f…
-
Great work on racer! This will be super useful once it is more dynamic.
https://github.com/Valloric/YouCompleteMe is a code completion plugin for Vim that is very sophisticated. It provides IDE like…
-
Hey! I'm the maintainer of VimStudio. It's another project dedicated to bringing full Android powers to Vim. I've been watching your project for a while (and stealing your Gradle compiler script) and …