From a58ec9af20ef58a511579c02712c42e7be6a4eeb Mon Sep 17 00:00:00 2001 From: Juniar P Rakhman Date: Tue, 28 May 2024 20:21:52 +0700 Subject: [PATCH] feat(java): enable inlay hints by default (#1004) Co-authored-by: Juniar Rakhman --- lua/astrocommunity/pack/java/init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/astrocommunity/pack/java/init.lua b/lua/astrocommunity/pack/java/init.lua index 5eca7a904..2da3ff1fc 100644 --- a/lua/astrocommunity/pack/java/init.lua +++ b/lua/astrocommunity/pack/java/init.lua @@ -92,6 +92,7 @@ return { maven = { downloadSources = true }, implementationsCodeLens = { enabled = true }, referencesCodeLens = { enabled = true }, + inlayHints = { parameterNames = { enabled = "all" } }, }, signatureHelp = { enabled = true }, completion = {