File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -172,6 +172,7 @@ local function generate(p, opt)
172
172
LspReferenceRead { ColorColumn }, -- used for highlighting "read" references
173
173
LspReferenceWrite { ColorColumn }, -- used for highlighting "write" references
174
174
LspCodeLens { LineNr },
175
+ LspInlayHint { fg = p1 .bg .sa (10 ).li (40 ), bg = p1 .bg .li (4 ) },
175
176
176
177
DiagnosticError { Error },
177
178
DiagnosticWarn { WarningMsg },
Original file line number Diff line number Diff line change @@ -172,6 +172,7 @@ local function generate(p, opt)
172
172
LspReferenceRead { ColorColumn }, -- used for highlighting "read" references
173
173
LspReferenceWrite { ColorColumn }, -- used for highlighting "write" references
174
174
LspCodeLens { LineNr },
175
+ LspInlayHint { fg = p1 .bg .sa (10 ).da (36 ), bg = p1 .bg .da (2 ) },
175
176
176
177
DiagnosticError { Error },
177
178
DiagnosticWarn { WarningMsg },
You can’t perform that action at this time.
0 commit comments