From 836741a943f5445ad4ba46571c653bdd2bb81032 Mon Sep 17 00:00:00 2001 From: Burak Yildirim Date: Tue, 12 Aug 2025 22:05:01 +0200 Subject: [PATCH] correction of documentation comments of nvim-java and jdtls settings comments are fixed based on the guide on README.md. --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.