1
0
Fork 0

nvim: Update Java setting

This commit is contained in:
Olli 2026-02-22 12:18:20 +01:00
commit f748db82f1

View file

@ -43,9 +43,9 @@ require('jdtls').start_or_attach({
organizeImports = true organizeImports = true
}, },
signatureHelp = { signatureHelp = {
enabled = false, enabled = true,
description = { description = {
enabled = false enabled = true
}, },
}, },
format = { format = {
@ -55,7 +55,6 @@ require('jdtls').start_or_attach({
}, },
}, },
codeGeneration = { codeGeneration = {
--generateComments = true,
insertionLocation = 'lastMember', insertionLocation = 'lastMember',
hashCodeEquals = { hashCodeEquals = {
useInstanceof = true, useInstanceof = true,