nvim: Update Java setting
This commit is contained in:
parent
fdedf01228
commit
f748db82f1
1 changed files with 2 additions and 3 deletions
|
|
@ -43,9 +43,9 @@ require('jdtls').start_or_attach({
|
|||
organizeImports = true
|
||||
},
|
||||
signatureHelp = {
|
||||
enabled = false,
|
||||
enabled = true,
|
||||
description = {
|
||||
enabled = false
|
||||
enabled = true
|
||||
},
|
||||
},
|
||||
format = {
|
||||
|
|
@ -55,7 +55,6 @@ require('jdtls').start_or_attach({
|
|||
},
|
||||
},
|
||||
codeGeneration = {
|
||||
--generateComments = true,
|
||||
insertionLocation = 'lastMember',
|
||||
hashCodeEquals = {
|
||||
useInstanceof = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue