Skip to content

Commit

Permalink
feat(lsp): add LspInlayHint highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Jun 20, 2023
1 parent 18f791b commit 8bb8e20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astrotheme/groups/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ local function callback()
LspDiagnosticsFloatingWarn = { fg = C.dark_orange },
LspFloatWinBorder = { fg = C.overlay0 },
LspFloatWinNormal = { fg = C.text, bg = C.crust },
LspInlayHint = { link = "Comment" },
LspReferenceRead = { fg = C.none, bg = C.surface1 },
LspReferenceText = { fg = C.none, bg = C.surface1 },
LspReferenceWrite = { fg = C.none, bg = C.surface1 },
Expand Down

0 comments on commit 8bb8e20

Please sign in to comment.