Skip to content

Commit 8bb8e20

Browse files
committed
feat(lsp): add LspInlayHint highlight
1 parent 18f791b commit 8bb8e20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/astrotheme/groups/lsp.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ local function callback()
1818
LspDiagnosticsFloatingWarn = { fg = C.dark_orange },
1919
LspFloatWinBorder = { fg = C.overlay0 },
2020
LspFloatWinNormal = { fg = C.text, bg = C.crust },
21+
LspInlayHint = { link = "Comment" },
2122
LspReferenceRead = { fg = C.none, bg = C.surface1 },
2223
LspReferenceText = { fg = C.none, bg = C.surface1 },
2324
LspReferenceWrite = { fg = C.none, bg = C.surface1 },

0 commit comments

Comments
 (0)