Plugin
jdtls
Nixpkgs Release
unstable
Home Manager Release
unstable
I have read the FAQ
Description
By default, plugins.jdtls.enable does not populate plugins.jdtls.settings.cmd field. When this is not populated, an assertion fails because the plugin expects to have the command to start the language server in this field. Expected behavior is that it would populate this with the plugins.jdtls.jdtLanguageServerPackage field so it works without needing further configuration which is not clearly documented.
Minimal, Reproducible Example (MRE)
programs.nixvim = {
plugins.jdtls.enable = true;
};
Plugin
jdtls
Nixpkgs Release
unstable
Home Manager Release
unstable
I have read the FAQ
Description
By default,
plugins.jdtls.enabledoes not populateplugins.jdtls.settings.cmdfield. When this is not populated, an assertion fails because the plugin expects to have the command to start the language server in this field. Expected behavior is that it would populate this with theplugins.jdtls.jdtLanguageServerPackagefield so it works without needing further configuration which is not clearly documented.Minimal, Reproducible Example (MRE)