Nvim: jdtls disable autobuild
This commit is contained in:
parent
bbce000bcd
commit
f5e3385291
1 changed files with 6 additions and 1 deletions
|
@ -26,7 +26,12 @@ require("jdtls").start_or_attach({
|
||||||
"-data",
|
"-data",
|
||||||
workspace_dir,
|
workspace_dir,
|
||||||
},
|
},
|
||||||
settings = { java = { signatureHelp = { enabled = true } } },
|
settings = {
|
||||||
|
java = {
|
||||||
|
signatureHelp = { enabled = true },
|
||||||
|
autobuild = { enabled = false },
|
||||||
|
},
|
||||||
|
},
|
||||||
completion = { favoriteStaticMembers = { "java.text.MessageFormat.format" } },
|
completion = { favoriteStaticMembers = { "java.text.MessageFormat.format" } },
|
||||||
runtimes = {
|
runtimes = {
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue