diff --git a/init.lua b/init.lua index 95dce38848f..a66dd2ccadc 100644 --- a/init.lua +++ b/init.lua @@ -702,11 +702,11 @@ require('lazy').setup({ } require('java').setup { - -- Your custom jdtls settings goes here + -- Your custom nvim-java settings go here } require('lspconfig').jdtls.setup { - -- Your custom nvim-java configuration goes here + -- Your custom jdtls configuration goes here } -- The following loop will configure each server with the capabilities we defined above.