feat: add QuickFixLine (#357)

This commit is contained in:
fdcote 2025-05-05 13:13:20 -04:00 committed by GitHub
commit 6b9840790c

View file

@ -121,7 +121,7 @@ local function set_highlights()
PmenuSel = { fg = palette.text, bg = palette.overlay },
PmenuThumb = { bg = palette.muted },
Question = { fg = palette.gold },
-- QuickFixLink = {},
QuickFixLine = { fg = palette.foam },
-- RedrawDebugNormal = {},
RedrawDebugClear = { fg = palette.base, bg = palette.gold },
RedrawDebugComposed = { fg = palette.base, bg = palette.pine },