refactor(nvim): use JDK defined in $JAVA_HOME by default

This commit is contained in:
Price Hiller 2024-06-18 23:37:12 -05:00
parent 7630bf1cc5
commit 506d93a5dd
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -301,6 +301,10 @@ return {
handlers = {
["jdtls"] = function()
require("java").setup({
-- Handled by $JAVA_HOME
jdk = {
auto_install = false,
},
notifications = {
dap = false,
},