From 5792a7b387f6a53f76314822ebfe3e1900fd016c Mon Sep 17 00:00:00 2001
From: truelossless <esteban.gressard@gmail.com>
Date: Sat, 28 Dec 2024 19:54:00 +0100
Subject: [PATCH] Add inlay hints

---
 lua/ayu/init.lua | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lua/ayu/init.lua b/lua/ayu/init.lua
index 3572fa8..fd609e7 100644
--- a/lua/ayu/init.lua
+++ b/lua/ayu/init.lua
@@ -239,6 +239,9 @@ local function set_groups()
     LeapLabelSecondary = { fg = colors.bg, bg = colors.entity },
     LeapLabelSelected = { fg = colors.bg, bg = colors.tag },
 
+    -- LSP Inlay Hints.
+    LspInlayHint = { fg = colors.comment },
+
     -- LSP Signature.
     LspSignatureActiveParameter = { italic = true },