We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 006f15a commit db8ff8dCopy full SHA for db8ff8d
lua/zenbones/specs/dark.lua
@@ -529,6 +529,8 @@ local function generate(p, opt)
529
NotifyDEBUGTitle { DiagnosticHint },
530
NotifyTRACEIcon { DiagnosticHint },
531
NotifyTRACETitle { DiagnosticHint },
532
+
533
+ RenderMarkdownCode { bg = LspInlayHint.bg },
534
}
535
end)
536
-- stylua: ignore end
lua/zenbones/specs/light.lua
@@ -528,6 +528,8 @@ local function generate(p, opt)
528
0 commit comments