Skip to content

Commit

Permalink
Add inlay hints
Browse files Browse the repository at this point in the history
  • Loading branch information
truelossless committed Dec 29, 2024
1 parent 3716069 commit 5792a7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/ayu/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 },

Expand Down

0 comments on commit 5792a7b

Please sign in to comment.