feat(nvim): add formatter and maven support for java
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
201041eca6
commit
33abc7934e
1 changed files with 14 additions and 7 deletions
|
@ -131,13 +131,20 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
# Java
|
# Java
|
||||||
java.jdt.ls = {
|
java = {
|
||||||
java.home = "${javaSdk}";
|
maven.downloadSources = true;
|
||||||
statusIcons = {
|
eclipse.downloadSources = true;
|
||||||
"busy" = "Busy";
|
|
||||||
"ready" = "OK";
|
format.settings.url = "eclipse-formatter.xml";
|
||||||
"warning" = "Warning";
|
|
||||||
"error" = "Error";
|
jdt.ls = {
|
||||||
|
java.home = "${javaSdk}";
|
||||||
|
statusIcons = {
|
||||||
|
"busy" = "Busy";
|
||||||
|
"ready" = "OK";
|
||||||
|
"warning" = "Warning";
|
||||||
|
"error" = "Error";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue