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
|
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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue